Color #800000

#800000rgb(128, 0, 0)

Color Codes

HEX#800000
RGBrgb(128, 0, 0)
HSLhsl(0°, 100%, 25%)
CMYKcmyk(0%, 100%, 100%, 50%)
CIELABLab(25.5, 48, 38.1)

Color Schemes

Tints & Shades

CSS Code Snippets

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

Code Export

css
:root {
  --color-primary: #800000;
  --color-primary-rgb: 128, 0, 0;
  --color-primary-hsl: 0, 100%, 25%;
}

Related Tools