Shades of Maroon #810D07
Tints of Maroon #810D07
RGB
CMYK
RGB Variations
Color information
#810D07 (or 0x810D07) is known color: Maroon. HEX triplet: 81, 0D and 07. RGB value is (129,13,7). Sum of RGB (Red+Green+Blue) = 129+13+7=149 (19% of max value = 765). Red value is 129 (50.78% from 255 or 86.58% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 7 (3.12% from 255 or 4.70% from 149); Max value from RGB is 129 - color contains mainly: red. Hex color #810D07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810D07 is #7EF2F8. Grayscale: #2F2F2F. Windows color (decimal): -8319737 or 462209. OLE color: 462209.
HSL color Cylindrical-coordinate representation of color #810D07: hue angle of 2.95º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810D07 is Cyan = 0, Magento = 0.90, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 13 | 7 | - |
| CMYK | 0 | 0.90 | 0.95 | 0.49 |
| HSL | 2.95º | 0.9% | 0.27% | - |
| HSV(B) | 2.95º | 0.95% | 0.51% | - |
| XYZ | 9.24 | 4.97 | 0.67 | - |
| YUV | 47 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 13 | 7 | 0 | 0.90 | 0.95 | 0.49 | 2.95 | 0.9 | 0.27 |
| Hex | 81 | D | 7 | 0 | 5A | 5F | 31 | 3 | 5A | 1B |
| Octal | 201 | 15 | 7 | 0 | 132 | 137 | 61 | 3 | 132 | 33 |
| Binary | 10000001 | 1101 | 111 | 0 | 1011010 | 1011111 | 110001 | 11 | 1011010 | 11011 |
Color Harmonies of #810D07
Complementary color
Monochromatic Colors of #810D07
Black with #810D07
Text Example
Text Example
White with #810D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810D07; }
p { color: rgb(129,13,7); }
H1.HeaderClassName
{
color: #810D07;
}
.AnyTagClassName
{
color: #810D07;
}
</style>
background-color css
<style>
a { background-color: #810D07; }
a { background-color: rgb(129,13,7); }
div.DivClassName
{
background-color: #810D07;
}
.BgClassName
{
background-color: #810D07;
}
</style>
border-color css
<style>
span { border-color: #810D07; }
span { border-color: rgb(129,13,7); }
td.TdClassName
{
border-color: #810D07;
}
.TagClassName
{
border-color: #810D07;
}
</style>