Shades of Maroon #810D02
Tints of Maroon #810D02
RGB
CMYK
RGB Variations
Color information
#810D02 (or 0x810D02) is known color: Maroon. HEX triplet: 81, 0D and 02. RGB value is (129,13,2). Sum of RGB (Red+Green+Blue) = 129+13+2=144 (19% of max value = 765). Red value is 129 (50.78% from 255 or 89.58% from 144); Green value is 13 (5.47% from 255 or 9.03% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 129 - color contains mainly: red. Hex color #810D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D02 is #7EF2FD. Grayscale: #2E2E2E. Windows color (decimal): -8319742 or 134529. OLE color: 134529.
HSL color Cylindrical-coordinate representation of color #810D02: hue angle of 5.2º 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 #810D02 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 2 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.49 |
| HSL | 5.2º | 0.97% | 0.26% | - |
| HSV(B) | 5.2º | 0.98% | 0.51% | - |
| XYZ | 9.21 | 4.96 | 0.53 | - |
| YUV | 46.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 2 | 0 | 0.90 | 0.98 | 0.49 | 5.2 | 0.97 | 0.26 |
| Hex | 81 | D | 2 | 0 | 5A | 62 | 31 | 5 | 61 | 1A |
| Octal | 201 | 15 | 2 | 0 | 132 | 142 | 61 | 5 | 141 | 32 |
| Binary | 10000001 | 1101 | 10 | 0 | 1011010 | 1100010 | 110001 | 101 | 1100001 | 11010 |
Color Harmonies of #810D02
Complementary color
Monochromatic Colors of #810D02
Black with #810D02
Text Example
Text Example
White with #810D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D02; }
p { color: rgb(129,13,2); }
H1.HeaderClassName
{
color: #810D02;
}
.AnyTagClassName
{
color: #810D02;
}
</style>
background-color css
<style>
a { background-color: #810D02; }
a { background-color: rgb(129,13,2); }
div.DivClassName
{
background-color: #810D02;
}
.BgClassName
{
background-color: #810D02;
}
</style>
border-color css
<style>
span { border-color: #810D02; }
span { border-color: rgb(129,13,2); }
td.TdClassName
{
border-color: #810D02;
}
.TagClassName
{
border-color: #810D02;
}
</style>