Shades of Maroon #810D09
Tints of Maroon #810D09
RGB
CMYK
RGB Variations
Color information
#810D09 (or 0x810D09) is known color: Maroon. HEX triplet: 81, 0D and 09. RGB value is (129,13,9). Sum of RGB (Red+Green+Blue) = 129+13+9=151 (20% of max value = 765). Red value is 129 (50.78% from 255 or 85.43% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 129 - color contains mainly: red. Hex color #810D09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D09 is #7EF2F6. Grayscale: #2F2F2F. Windows color (decimal): -8319735 or 593281. OLE color: 593281.
HSL color Cylindrical-coordinate representation of color #810D09: hue angle of 2º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810D09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 9 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.49 |
| HSL | 2º | 0.87% | 0.27% | - |
| HSV(B) | 2º | 0.93% | 0.51% | - |
| XYZ | 9.25 | 4.97 | 0.73 | - |
| YUV | 47.23 | 106.43 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 9 | 0 | 0.90 | 0.93 | 0.49 | 2 | 0.87 | 0.27 |
| Hex | 81 | D | 9 | 0 | 5A | 5D | 31 | 2 | 57 | 1B |
| Octal | 201 | 15 | 11 | 0 | 132 | 135 | 61 | 2 | 127 | 33 |
| Binary | 10000001 | 1101 | 1001 | 0 | 1011010 | 1011101 | 110001 | 10 | 1010111 | 11011 |
Color Harmonies of #810D09
Complementary color
Monochromatic Colors of #810D09
Black with #810D09
Text Example
Text Example
White with #810D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D09; }
p { color: rgb(129,13,9); }
H1.HeaderClassName
{
color: #810D09;
}
.AnyTagClassName
{
color: #810D09;
}
</style>
background-color css
<style>
a { background-color: #810D09; }
a { background-color: rgb(129,13,9); }
div.DivClassName
{
background-color: #810D09;
}
.BgClassName
{
background-color: #810D09;
}
</style>
border-color css
<style>
span { border-color: #810D09; }
span { border-color: rgb(129,13,9); }
td.TdClassName
{
border-color: #810D09;
}
.TagClassName
{
border-color: #810D09;
}
</style>