Shades of Maroon #810901
Tints of Maroon #810901
RGB
CMYK
RGB Variations
Color information
#810901 (or 0x810901) is known color: Maroon. HEX triplet: 81, 09 and 01. RGB value is (129,9,1). Sum of RGB (Red+Green+Blue) = 129+9+1=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810901 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810901 is #7EF6FE. Grayscale: #2C2C2C. Windows color (decimal): -8320767 or 67969. OLE color: 67969.
HSL color Cylindrical-coordinate representation of color #810901: hue angle of 3.75º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #810901 is Cyan = 0, Magento = 0.93, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 9 | 1 | - |
| CMYK | 0 | 0.93 | 0.99 | 0.49 |
| HSL | 3.75º | 0.98% | 0.25% | - |
| HSV(B) | 3.75º | 0.99% | 0.51% | - |
| XYZ | 9.16 | 4.86 | 0.49 | - |
| YUV | 43.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 9 | 1 | 0 | 0.93 | 0.99 | 0.49 | 3.75 | 0.98 | 0.25 |
| Hex | 81 | 9 | 1 | 0 | 5D | 63 | 31 | 4 | 62 | 19 |
| Octal | 201 | 11 | 1 | 0 | 135 | 143 | 61 | 4 | 142 | 31 |
| Binary | 10000001 | 1001 | 1 | 0 | 1011101 | 1100011 | 110001 | 100 | 1100010 | 11001 |
Color Harmonies of #810901
Complementary color
Monochromatic Colors of #810901
Black with #810901
Text Example
Text Example
White with #810901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810901; }
p { color: rgb(129,9,1); }
H1.HeaderClassName
{
color: #810901;
}
.AnyTagClassName
{
color: #810901;
}
</style>
background-color css
<style>
a { background-color: #810901; }
a { background-color: rgb(129,9,1); }
div.DivClassName
{
background-color: #810901;
}
.BgClassName
{
background-color: #810901;
}
</style>
border-color css
<style>
span { border-color: #810901; }
span { border-color: rgb(129,9,1); }
td.TdClassName
{
border-color: #810901;
}
.TagClassName
{
border-color: #810901;
}
</style>