Shades of Maroon #811206
Tints of Maroon #811206
RGB
CMYK
RGB Variations
Color information
#811206 (or 0x811206) is known color: Maroon. HEX triplet: 81, 12 and 06. RGB value is (129,18,6). Sum of RGB (Red+Green+Blue) = 129+18+6=153 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.31% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 6 (2.73% from 255 or 3.92% from 153); Max value from RGB is 129 - color contains mainly: red. Hex color #811206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811206 is #7EEDF9. Grayscale: #313131. Windows color (decimal): -8318458 or 397953. OLE color: 397953.
HSL color Cylindrical-coordinate representation of color #811206: hue angle of 5.85º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #811206 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 18 | 6 | - |
| CMYK | 0 | 0.86 | 0.95 | 0.49 |
| HSL | 5.85º | 0.91% | 0.26% | - |
| HSV(B) | 5.85º | 0.95% | 0.51% | - |
| XYZ | 9.3 | 5.11 | 0.67 | - |
| YUV | 49.82 | 103.27 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 6 | 0 | 0.86 | 0.95 | 0.49 | 5.85 | 0.91 | 0.26 |
| Hex | 81 | 12 | 6 | 0 | 56 | 5F | 31 | 6 | 5B | 1A |
| Octal | 201 | 22 | 6 | 0 | 126 | 137 | 61 | 6 | 133 | 32 |
| Binary | 10000001 | 10010 | 110 | 0 | 1010110 | 1011111 | 110001 | 110 | 1011011 | 11010 |
Color Harmonies of #811206
Complementary color
Monochromatic Colors of #811206
Black with #811206
Text Example
Text Example
White with #811206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811206; }
p { color: rgb(129,18,6); }
H1.HeaderClassName
{
color: #811206;
}
.AnyTagClassName
{
color: #811206;
}
</style>
background-color css
<style>
a { background-color: #811206; }
a { background-color: rgb(129,18,6); }
div.DivClassName
{
background-color: #811206;
}
.BgClassName
{
background-color: #811206;
}
</style>
border-color css
<style>
span { border-color: #811206; }
span { border-color: rgb(129,18,6); }
td.TdClassName
{
border-color: #811206;
}
.TagClassName
{
border-color: #811206;
}
</style>