Shades of Maroon #810F01
Tints of Maroon #810F01
RGB
CMYK
RGB Variations
Color information
#810F01 (or 0x810F01) is known color: Maroon. HEX triplet: 81, 0F and 01. RGB value is (129,15,1). Sum of RGB (Red+Green+Blue) = 129+15+1=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 1 (0.78% from 255 or 0.69% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #810F01 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810F01 is #7EF0FE. Grayscale: #2F2F2F. Windows color (decimal): -8319231 or 69505. OLE color: 69505.
HSL color Cylindrical-coordinate representation of color #810F01: hue angle of 6.56º 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 #810F01 is Cyan = 0, Magento = 0.88, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 1 | - |
| CMYK | 0 | 0.88 | 0.99 | 0.49 |
| HSL | 6.56º | 0.98% | 0.25% | - |
| HSV(B) | 6.56º | 0.99% | 0.51% | - |
| XYZ | 9.23 | 5.01 | 0.51 | - |
| YUV | 47.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 1 | 0 | 0.88 | 0.99 | 0.49 | 6.56 | 0.98 | 0.25 |
| Hex | 81 | F | 1 | 0 | 58 | 63 | 31 | 7 | 62 | 19 |
| Octal | 201 | 17 | 1 | 0 | 130 | 143 | 61 | 7 | 142 | 31 |
| Binary | 10000001 | 1111 | 1 | 0 | 1011000 | 1100011 | 110001 | 111 | 1100010 | 11001 |
Color Harmonies of #810F01
Complementary color
Monochromatic Colors of #810F01
Black with #810F01
Text Example
Text Example
White with #810F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F01; }
p { color: rgb(129,15,1); }
H1.HeaderClassName
{
color: #810F01;
}
.AnyTagClassName
{
color: #810F01;
}
</style>
background-color css
<style>
a { background-color: #810F01; }
a { background-color: rgb(129,15,1); }
div.DivClassName
{
background-color: #810F01;
}
.BgClassName
{
background-color: #810F01;
}
</style>
border-color css
<style>
span { border-color: #810F01; }
span { border-color: rgb(129,15,1); }
td.TdClassName
{
border-color: #810F01;
}
.TagClassName
{
border-color: #810F01;
}
</style>