Shades of Maroon #810905
Tints of Maroon #810905
RGB
CMYK
RGB Variations
Color information
#810905 (or 0x810905) is known color: Maroon. HEX triplet: 81, 09 and 05. RGB value is (129,9,5). Sum of RGB (Red+Green+Blue) = 129+9+5=143 (18% of max value = 765). Red value is 129 (50.78% from 255 or 90.21% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 129 - color contains mainly: red. Hex color #810905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810905 is #7EF6FA. Grayscale: #2C2C2C. Windows color (decimal): -8320763 or 330113. OLE color: 330113.
HSL color Cylindrical-coordinate representation of color #810905: hue angle of 1.94º 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 #810905 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 5 | - |
| CMYK | 0 | 0.93 | 0.96 | 0.49 |
| HSL | 1.94º | 0.93% | 0.26% | - |
| HSV(B) | 1.94º | 0.96% | 0.51% | - |
| XYZ | 9.18 | 4.87 | 0.6 | - |
| YUV | 44.42 | 105.76 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 5 | 0 | 0.93 | 0.96 | 0.49 | 1.94 | 0.93 | 0.26 |
| Hex | 81 | 9 | 5 | 0 | 5D | 60 | 31 | 2 | 5D | 1A |
| Octal | 201 | 11 | 5 | 0 | 135 | 140 | 61 | 2 | 135 | 32 |
| Binary | 10000001 | 1001 | 101 | 0 | 1011101 | 1100000 | 110001 | 10 | 1011101 | 11010 |
Color Harmonies of #810905
Complementary color
Monochromatic Colors of #810905
Black with #810905
Text Example
Text Example
White with #810905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810905; }
p { color: rgb(129,9,5); }
H1.HeaderClassName
{
color: #810905;
}
.AnyTagClassName
{
color: #810905;
}
</style>
background-color css
<style>
a { background-color: #810905; }
a { background-color: rgb(129,9,5); }
div.DivClassName
{
background-color: #810905;
}
.BgClassName
{
background-color: #810905;
}
</style>
border-color css
<style>
span { border-color: #810905; }
span { border-color: rgb(129,9,5); }
td.TdClassName
{
border-color: #810905;
}
.TagClassName
{
border-color: #810905;
}
</style>