Shades of Maroon #810D06
Tints of Maroon #810D06
RGB
CMYK
RGB Variations
Color information
#810D06 (or 0x810D06) is known color: Maroon. HEX triplet: 81, 0D and 06. RGB value is (129,13,6). Sum of RGB (Red+Green+Blue) = 129+13+6=148 (19% of max value = 765). Red value is 129 (50.78% from 255 or 87.16% from 148); Green value is 13 (5.47% from 255 or 8.78% from 148); Blue value is 6 (2.73% from 255 or 4.05% from 148); Max value from RGB is 129 - color contains mainly: red. Hex color #810D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D06 is #7EF2F9. Grayscale: #2F2F2F. Windows color (decimal): -8319738 or 396673. OLE color: 396673.
HSL color Cylindrical-coordinate representation of color #810D06: hue angle of 3.41º 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 #810D06 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 6 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.49 |
| HSL | 3.41º | 0.91% | 0.26% | - |
| HSV(B) | 3.41º | 0.95% | 0.51% | - |
| XYZ | 9.23 | 4.97 | 0.64 | - |
| YUV | 46.89 | 104.93 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 6 | 0 | 0.90 | 0.95 | 0.49 | 3.41 | 0.91 | 0.26 |
| Hex | 81 | D | 6 | 0 | 5A | 5F | 31 | 3 | 5B | 1A |
| Octal | 201 | 15 | 6 | 0 | 132 | 137 | 61 | 3 | 133 | 32 |
| Binary | 10000001 | 1101 | 110 | 0 | 1011010 | 1011111 | 110001 | 11 | 1011011 | 11010 |
Color Harmonies of #810D06
Complementary color
Monochromatic Colors of #810D06
Black with #810D06
Text Example
Text Example
White with #810D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D06; }
p { color: rgb(129,13,6); }
H1.HeaderClassName
{
color: #810D06;
}
.AnyTagClassName
{
color: #810D06;
}
</style>
background-color css
<style>
a { background-color: #810D06; }
a { background-color: rgb(129,13,6); }
div.DivClassName
{
background-color: #810D06;
}
.BgClassName
{
background-color: #810D06;
}
</style>
border-color css
<style>
span { border-color: #810D06; }
span { border-color: rgb(129,13,6); }
td.TdClassName
{
border-color: #810D06;
}
.TagClassName
{
border-color: #810D06;
}
</style>