Shades of Maroon #800C08
Tints of Maroon #800C08
RGB
CMYK
RGB Variations
Color information
#800C08 (or 0x800C08) is known color: Maroon. HEX triplet: 80, 0C and 08. RGB value is (128,12,8). Sum of RGB (Red+Green+Blue) = 128+12+8=148 (19% of max value = 765). Red value is 128 (50.39% from 255 or 86.49% from 148); Green value is 12 (5.08% from 255 or 8.11% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 128 - color contains mainly: red. Hex color #800C08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800C08 is #7FF3F7. Grayscale: #2E2E2E. Windows color (decimal): -8385528 or 527488. OLE color: 527488.
HSL color Cylindrical-coordinate representation of color #800C08: hue angle of 2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800C08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 12 | 8 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.50 |
| HSL | 2º | 0.88% | 0.27% | - |
| HSV(B) | 2º | 0.94% | 0.5% | - |
| XYZ | 9.08 | 4.87 | 0.69 | - |
| YUV | 46.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 12 | 8 | 0 | 0.91 | 0.94 | 0.50 | 2 | 0.88 | 0.27 |
| Hex | 80 | C | 8 | 0 | 5B | 5E | 32 | 2 | 58 | 1B |
| Octal | 200 | 14 | 10 | 0 | 133 | 136 | 62 | 2 | 130 | 33 |
| Binary | 10000000 | 1100 | 1000 | 0 | 1011011 | 1011110 | 110010 | 10 | 1011000 | 11011 |
Color Harmonies of #800C08
Complementary color
Monochromatic Colors of #800C08
Black with #800C08
Text Example
Text Example
White with #800C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800C08; }
p { color: rgb(128,12,8); }
H1.HeaderClassName
{
color: #800C08;
}
.AnyTagClassName
{
color: #800C08;
}
</style>
background-color css
<style>
a { background-color: #800C08; }
a { background-color: rgb(128,12,8); }
div.DivClassName
{
background-color: #800C08;
}
.BgClassName
{
background-color: #800C08;
}
</style>
border-color css
<style>
span { border-color: #800C08; }
span { border-color: rgb(128,12,8); }
td.TdClassName
{
border-color: #800C08;
}
.TagClassName
{
border-color: #800C08;
}
</style>