Shades of Maroon #811800
Tints of Maroon #811800
RGB
CMYK
RGB Variations
Color information
#811800 (or 0x811800) is known color: Maroon. HEX triplet: 81, 18 and 00. RGB value is (129,24,0). Sum of RGB (Red+Green+Blue) = 129+24+0=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811800 is #7EE7FF. Grayscale: #343434. Windows color (decimal): -8316928 or 6273. OLE color: 6273.
HSL color Cylindrical-coordinate representation of color #811800: hue angle of 11.16º 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 #811800 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 24 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.49 |
| HSL | 11.16º | 1% | 0.25% | - |
| HSV(B) | 11.16º | 1% | 0.51% | - |
| XYZ | 9.38 | 5.32 | 0.53 | - |
| YUV | 52.66 | 98.29 | 182.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 24 | 0 | 0 | 0.81 | 1 | 0.49 | 11.16 | 1 | 0.25 |
| Hex | 81 | 18 | 0 | 0 | 51 | 64 | 31 | B | 64 | 19 |
| Octal | 201 | 30 | 0 | 0 | 121 | 144 | 61 | 13 | 144 | 31 |
| Binary | 10000001 | 11000 | 0 | 0 | 1010001 | 1100100 | 110001 | 1011 | 1100100 | 11001 |
Color Harmonies of #811800
Complementary color
Monochromatic Colors of #811800
Black with #811800
Text Example
Text Example
White with #811800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811800; }
p { color: rgb(129,24,0); }
H1.HeaderClassName
{
color: #811800;
}
.AnyTagClassName
{
color: #811800;
}
</style>
background-color css
<style>
a { background-color: #811800; }
a { background-color: rgb(129,24,0); }
div.DivClassName
{
background-color: #811800;
}
.BgClassName
{
background-color: #811800;
}
</style>
border-color css
<style>
span { border-color: #811800; }
span { border-color: rgb(129,24,0); }
td.TdClassName
{
border-color: #811800;
}
.TagClassName
{
border-color: #811800;
}
</style>