Color #990000

#990000rgb(153, 0, 0)

Color Codes

HEX#990000
RGBrgb(153, 0, 0)
HSLhsl(0°, 100%, 30%)
CMYKcmyk(0%, 100%, 100%, 40%)
CIELABLab(31.3, 54.7, 45.1)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #990000;
color: #990000;
border: 2px solid #990000;
background: linear-gradient(135deg, #990000, #009999);

Code Export

css
:root {
  --color-primary: #990000;
  --color-primary-rgb: 153, 0, 0;
  --color-primary-hsl: 0, 100%, 30%;
}

Related Tools