Shades of Maroon #810E06
Tints of Maroon #810E06
RGB
CMYK
RGB Variations
Color information
#810E06 (or 0x810E06) is known color: Maroon. HEX triplet: 81, 0E and 06. RGB value is (129,14,6). Sum of RGB (Red+Green+Blue) = 129+14+6=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 14 (5.86% from 255 or 9.40% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810E06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810E06 is #7EF1F9. Grayscale: #2F2F2F. Windows color (decimal): -8319482 or 396929. OLE color: 396929.
HSL color Cylindrical-coordinate representation of color #810E06: hue angle of 3.9º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810E06 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 14 | 6 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.49 |
| HSL | 3.9º | 0.91% | 0.26% | - |
| HSV(B) | 3.9º | 0.95% | 0.51% | - |
| XYZ | 9.24 | 4.99 | 0.65 | - |
| YUV | 47.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 14 | 6 | 0 | 0.89 | 0.95 | 0.49 | 3.9 | 0.91 | 0.26 |
| Hex | 81 | E | 6 | 0 | 59 | 5F | 31 | 4 | 5B | 1A |
| Octal | 201 | 16 | 6 | 0 | 131 | 137 | 61 | 4 | 133 | 32 |
| Binary | 10000001 | 1110 | 110 | 0 | 1011001 | 1011111 | 110001 | 100 | 1011011 | 11010 |
Color Harmonies of #810E06
Complementary color
Monochromatic Colors of #810E06
Black with #810E06
Text Example
Text Example
White with #810E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810E06; }
p { color: rgb(129,14,6); }
H1.HeaderClassName
{
color: #810E06;
}
.AnyTagClassName
{
color: #810E06;
}
</style>
background-color css
<style>
a { background-color: #810E06; }
a { background-color: rgb(129,14,6); }
div.DivClassName
{
background-color: #810E06;
}
.BgClassName
{
background-color: #810E06;
}
</style>
border-color css
<style>
span { border-color: #810E06; }
span { border-color: rgb(129,14,6); }
td.TdClassName
{
border-color: #810E06;
}
.TagClassName
{
border-color: #810E06;
}
</style>