Shades of Maroon #811000
Tints of Maroon #811000
RGB
CMYK
RGB Variations
Color information
#811000 (or 0x811000) is known color: Maroon. HEX triplet: 81, 10 and 00. RGB value is (129,16,0). Sum of RGB (Red+Green+Blue) = 129+16+0=145 (19% of max value = 765). Red value is 129 (50.78% from 255 or 88.97% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 129 - color contains mainly: red. Hex color #811000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811000 is #7EEFFF. Grayscale: #303030. Windows color (decimal): -8318976 or 4225. OLE color: 4225.
HSL color Cylindrical-coordinate representation of color #811000: hue angle of 7.44º 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 #811000 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 16 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.49 |
| HSL | 7.44º | 1% | 0.25% | - |
| HSV(B) | 7.44º | 1% | 0.51% | - |
| XYZ | 9.24 | 5.04 | 0.49 | - |
| YUV | 47.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 16 | 0 | 0 | 0.88 | 1 | 0.49 | 7.44 | 1 | 0.25 |
| Hex | 81 | 10 | 0 | 0 | 58 | 64 | 31 | 7 | 64 | 19 |
| Octal | 201 | 20 | 0 | 0 | 130 | 144 | 61 | 7 | 144 | 31 |
| Binary | 10000001 | 10000 | 0 | 0 | 1011000 | 1100100 | 110001 | 111 | 1100100 | 11001 |
Color Harmonies of #811000
Complementary color
Monochromatic Colors of #811000
Black with #811000
Text Example
Text Example
White with #811000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811000; }
p { color: rgb(129,16,0); }
H1.HeaderClassName
{
color: #811000;
}
.AnyTagClassName
{
color: #811000;
}
</style>
background-color css
<style>
a { background-color: #811000; }
a { background-color: rgb(129,16,0); }
div.DivClassName
{
background-color: #811000;
}
.BgClassName
{
background-color: #811000;
}
</style>
border-color css
<style>
span { border-color: #811000; }
span { border-color: rgb(129,16,0); }
td.TdClassName
{
border-color: #811000;
}
.TagClassName
{
border-color: #811000;
}
</style>