Shades of Maroon #810502
Tints of Maroon #810502
RGB
CMYK
RGB Variations
Color information
#810502 (or 0x810502) is known color: Maroon. HEX triplet: 81, 05 and 02. RGB value is (129,5,2). Sum of RGB (Red+Green+Blue) = 129+5+2=136 (18% of max value = 765). Red value is 129 (50.78% from 255 or 94.85% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 129 - color contains mainly: red. Hex color #810502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810502 is #7EFAFD. Grayscale: #292929. Windows color (decimal): -8321790 or 132481. OLE color: 132481.
HSL color Cylindrical-coordinate representation of color #810502: hue angle of 1.42º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #810502 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 5 | 2 | - |
| CMYK | 0 | 0.96 | 0.98 | 0.49 |
| HSL | 1.42º | 0.97% | 0.26% | - |
| HSV(B) | 1.42º | 0.98% | 0.51% | - |
| XYZ | 9.12 | 4.78 | 0.5 | - |
| YUV | 41.73 | 105.58 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 2 | 0 | 0.96 | 0.98 | 0.49 | 1.42 | 0.97 | 0.26 |
| Hex | 81 | 5 | 2 | 0 | 60 | 62 | 31 | 1 | 61 | 1A |
| Octal | 201 | 5 | 2 | 0 | 140 | 142 | 61 | 1 | 141 | 32 |
| Binary | 10000001 | 101 | 10 | 0 | 1100000 | 1100010 | 110001 | 1 | 1100001 | 11010 |
Color Harmonies of #810502
Complementary color
Monochromatic Colors of #810502
Black with #810502
Text Example
Text Example
White with #810502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810502; }
p { color: rgb(129,5,2); }
H1.HeaderClassName
{
color: #810502;
}
.AnyTagClassName
{
color: #810502;
}
</style>
background-color css
<style>
a { background-color: #810502; }
a { background-color: rgb(129,5,2); }
div.DivClassName
{
background-color: #810502;
}
.BgClassName
{
background-color: #810502;
}
</style>
border-color css
<style>
span { border-color: #810502; }
span { border-color: rgb(129,5,2); }
td.TdClassName
{
border-color: #810502;
}
.TagClassName
{
border-color: #810502;
}
</style>