Shades of Maroon #810A00
Tints of Maroon #810A00
RGB
CMYK
RGB Variations
Color information
#810A00 (or 0x810A00) is known color: Maroon. HEX triplet: 81, 0A and 00. RGB value is (129,10,0). Sum of RGB (Red+Green+Blue) = 129+10+0=139 (18% of max value = 765). Red value is 129 (50.78% from 255 or 92.81% from 139); Green value is 10 (4.30% from 255 or 7.19% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 129 - color contains mainly: red. Hex color #810A00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #810A00 is #7EF5FF. Grayscale: #2C2C2C. Windows color (decimal): -8320512 or 2689. OLE color: 2689.
HSL color Cylindrical-coordinate representation of color #810A00: hue angle of 4.65º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #810A00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 10 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.49 |
| HSL | 4.65º | 1% | 0.25% | - |
| HSV(B) | 4.65º | 1% | 0.51% | - |
| XYZ | 9.16 | 4.88 | 0.46 | - |
| YUV | 44.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 10 | 0 | 0 | 0.92 | 1 | 0.49 | 4.65 | 1 | 0.25 |
| Hex | 81 | A | 0 | 0 | 5C | 64 | 31 | 5 | 64 | 19 |
| Octal | 201 | 12 | 0 | 0 | 134 | 144 | 61 | 5 | 144 | 31 |
| Binary | 10000001 | 1010 | 0 | 0 | 1011100 | 1100100 | 110001 | 101 | 1100100 | 11001 |
Color Harmonies of #810A00
Complementary color
Monochromatic Colors of #810A00
Black with #810A00
Text Example
Text Example
White with #810A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810A00; }
p { color: rgb(129,10,0); }
H1.HeaderClassName
{
color: #810A00;
}
.AnyTagClassName
{
color: #810A00;
}
</style>
background-color css
<style>
a { background-color: #810A00; }
a { background-color: rgb(129,10,0); }
div.DivClassName
{
background-color: #810A00;
}
.BgClassName
{
background-color: #810A00;
}
</style>
border-color css
<style>
span { border-color: #810A00; }
span { border-color: rgb(129,10,0); }
td.TdClassName
{
border-color: #810A00;
}
.TagClassName
{
border-color: #810A00;
}
</style>