Shades of Maroon #810D08
Tints of Maroon #810D08
RGB
CMYK
RGB Variations
Color information
#810D08 (or 0x810D08) is known color: Maroon. HEX triplet: 81, 0D and 08. RGB value is (129,13,8). Sum of RGB (Red+Green+Blue) = 129+13+8=150 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 8 (3.52% from 255 or 5.33% from 150); Max value from RGB is 129 - color contains mainly: red. Hex color #810D08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D08 is #7EF2F7. Grayscale: #2F2F2F. Windows color (decimal): -8319736 or 527745. OLE color: 527745.
HSL color Cylindrical-coordinate representation of color #810D08: hue angle of 2.48º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810D08 is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 8 | - |
| CMYK | 0 | 0.90 | 0.94 | 0.49 |
| HSL | 2.48º | 0.88% | 0.27% | - |
| HSV(B) | 2.48º | 0.94% | 0.51% | - |
| XYZ | 9.24 | 4.97 | 0.7 | - |
| YUV | 47.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 8 | 0 | 0.90 | 0.94 | 0.49 | 2.48 | 0.88 | 0.27 |
| Hex | 81 | D | 8 | 0 | 5A | 5E | 31 | 2 | 58 | 1B |
| Octal | 201 | 15 | 10 | 0 | 132 | 136 | 61 | 2 | 130 | 33 |
| Binary | 10000001 | 1101 | 1000 | 0 | 1011010 | 1011110 | 110001 | 10 | 1011000 | 11011 |
Color Harmonies of #810D08
Complementary color
Monochromatic Colors of #810D08
Black with #810D08
Text Example
Text Example
White with #810D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D08; }
p { color: rgb(129,13,8); }
H1.HeaderClassName
{
color: #810D08;
}
.AnyTagClassName
{
color: #810D08;
}
</style>
background-color css
<style>
a { background-color: #810D08; }
a { background-color: rgb(129,13,8); }
div.DivClassName
{
background-color: #810D08;
}
.BgClassName
{
background-color: #810D08;
}
</style>
border-color css
<style>
span { border-color: #810D08; }
span { border-color: rgb(129,13,8); }
td.TdClassName
{
border-color: #810D08;
}
.TagClassName
{
border-color: #810D08;
}
</style>