Shades of Maroon #810805
Tints of Maroon #810805
RGB
CMYK
RGB Variations
Color information
#810805 (or 0x810805) is known color: Maroon. HEX triplet: 81, 08 and 05. RGB value is (129,8,5). Sum of RGB (Red+Green+Blue) = 129+8+5=142 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.85% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 129 - color contains mainly: red. Hex color #810805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810805 is #7EF7FA. Grayscale: #2B2B2B. Windows color (decimal): -8321019 or 329857. OLE color: 329857.
HSL color Cylindrical-coordinate representation of color #810805: hue angle of 1.45º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 8 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.49 |
| HSL | 1.45º | 0.93% | 0.26% | - |
| HSV(B) | 1.45º | 0.96% | 0.51% | - |
| XYZ | 9.17 | 4.85 | 0.6 | - |
| YUV | 43.84 | 106.09 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 5 | 0 | 0.94 | 0.96 | 0.49 | 1.45 | 0.93 | 0.26 |
| Hex | 81 | 8 | 5 | 0 | 5E | 60 | 31 | 1 | 5D | 1A |
| Octal | 201 | 10 | 5 | 0 | 136 | 140 | 61 | 1 | 135 | 32 |
| Binary | 10000001 | 1000 | 101 | 0 | 1011110 | 1100000 | 110001 | 1 | 1011101 | 11010 |
Color Harmonies of #810805
Complementary color
Monochromatic Colors of #810805
Black with #810805
Text Example
Text Example
White with #810805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810805; }
p { color: rgb(129,8,5); }
H1.HeaderClassName
{
color: #810805;
}
.AnyTagClassName
{
color: #810805;
}
</style>
background-color css
<style>
a { background-color: #810805; }
a { background-color: rgb(129,8,5); }
div.DivClassName
{
background-color: #810805;
}
.BgClassName
{
background-color: #810805;
}
</style>
border-color css
<style>
span { border-color: #810805; }
span { border-color: rgb(129,8,5); }
td.TdClassName
{
border-color: #810805;
}
.TagClassName
{
border-color: #810805;
}
</style>