Shades of Maroon #811106
Tints of Maroon #811106
RGB
CMYK
RGB Variations
Color information
#811106 (or 0x811106) is known color: Maroon. HEX triplet: 81, 11 and 06. RGB value is (129,17,6). Sum of RGB (Red+Green+Blue) = 129+17+6=152 (20% of max value = 765). Red value is 129 (50.78% from 255 or 84.87% from 152); Green value is 17 (7.03% from 255 or 11.18% from 152); Blue value is 6 (2.73% from 255 or 3.95% from 152); Max value from RGB is 129 - color contains mainly: red. Hex color #811106 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811106 is #7EEEF9. Grayscale: #313131. Windows color (decimal): -8318714 or 397697. OLE color: 397697.
HSL color Cylindrical-coordinate representation of color #811106: hue angle of 5.37º 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 #811106 is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 17 | 6 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.49 |
| HSL | 5.37º | 0.91% | 0.26% | - |
| HSV(B) | 5.37º | 0.95% | 0.51% | - |
| XYZ | 9.29 | 5.08 | 0.66 | - |
| YUV | 49.23 | 103.61 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 17 | 6 | 0 | 0.87 | 0.95 | 0.49 | 5.37 | 0.91 | 0.26 |
| Hex | 81 | 11 | 6 | 0 | 57 | 5F | 31 | 5 | 5B | 1A |
| Octal | 201 | 21 | 6 | 0 | 127 | 137 | 61 | 5 | 133 | 32 |
| Binary | 10000001 | 10001 | 110 | 0 | 1010111 | 1011111 | 110001 | 101 | 1011011 | 11010 |
Color Harmonies of #811106
Complementary color
Monochromatic Colors of #811106
Black with #811106
Text Example
Text Example
White with #811106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811106; }
p { color: rgb(129,17,6); }
H1.HeaderClassName
{
color: #811106;
}
.AnyTagClassName
{
color: #811106;
}
</style>
background-color css
<style>
a { background-color: #811106; }
a { background-color: rgb(129,17,6); }
div.DivClassName
{
background-color: #811106;
}
.BgClassName
{
background-color: #811106;
}
</style>
border-color css
<style>
span { border-color: #811106; }
span { border-color: rgb(129,17,6); }
td.TdClassName
{
border-color: #811106;
}
.TagClassName
{
border-color: #811106;
}
</style>