Shades of Maroon #841600
Tints of Maroon #841600
RGB
CMYK
RGB Variations
Color information
#841600 (or 0x841600) is known color: Maroon. HEX triplet: 84, 16 and 00. RGB value is (132,22,0). Sum of RGB (Red+Green+Blue) = 132+22+0=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 0 (0.39% from 255 or 0% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #841600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841600 is #7BE9FF. Grayscale: #343434. Windows color (decimal): -8120832 or 5764. OLE color: 5764.
HSL color Cylindrical-coordinate representation of color #841600: hue angle of 10º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #841600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.48 |
| HSL | 10º | 1% | 0.26% | - |
| HSV(B) | 10º | 1% | 0.52% | - |
| XYZ | 9.8 | 5.48 | 0.54 | - |
| YUV | 52.38 | 98.44 | 184.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 0 | 0 | 0.83 | 1 | 0.48 | 10 | 1 | 0.26 |
| Hex | 84 | 16 | 0 | 0 | 53 | 64 | 30 | A | 64 | 1A |
| Octal | 204 | 26 | 0 | 0 | 123 | 144 | 60 | 12 | 144 | 32 |
| Binary | 10000100 | 10110 | 0 | 0 | 1010011 | 1100100 | 110000 | 1010 | 1100100 | 11010 |
Color Harmonies of #841600
Complementary color
Monochromatic Colors of #841600
Black with #841600
Text Example
Text Example
White with #841600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841600; }
p { color: rgb(132,22,0); }
H1.HeaderClassName
{
color: #841600;
}
.AnyTagClassName
{
color: #841600;
}
</style>
background-color css
<style>
a { background-color: #841600; }
a { background-color: rgb(132,22,0); }
div.DivClassName
{
background-color: #841600;
}
.BgClassName
{
background-color: #841600;
}
</style>
border-color css
<style>
span { border-color: #841600; }
span { border-color: rgb(132,22,0); }
td.TdClassName
{
border-color: #841600;
}
.TagClassName
{
border-color: #841600;
}
</style>