Shades of Maroon #841800
Tints of Maroon #841800
RGB
CMYK
RGB Variations
Color information
#841800 (or 0x841800) is known color: Maroon. HEX triplet: 84, 18 and 00. RGB value is (132,24,0). Sum of RGB (Red+Green+Blue) = 132+24+0=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #841800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841800 is #7BE7FF. Grayscale: #353535. Windows color (decimal): -8120320 or 6276. OLE color: 6276.
HSL color Cylindrical-coordinate representation of color #841800: hue angle of 10.91º 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 #841800 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 24 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.48 |
| HSL | 10.91º | 1% | 0.26% | - |
| HSV(B) | 10.91º | 1% | 0.52% | - |
| XYZ | 9.84 | 5.56 | 0.55 | - |
| YUV | 53.56 | 97.78 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 24 | 0 | 0 | 0.82 | 1 | 0.48 | 10.91 | 1 | 0.26 |
| Hex | 84 | 18 | 0 | 0 | 52 | 64 | 30 | B | 64 | 1A |
| Octal | 204 | 30 | 0 | 0 | 122 | 144 | 60 | 13 | 144 | 32 |
| Binary | 10000100 | 11000 | 0 | 0 | 1010010 | 1100100 | 110000 | 1011 | 1100100 | 11010 |
Color Harmonies of #841800
Complementary color
Monochromatic Colors of #841800
Black with #841800
Text Example
Text Example
White with #841800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841800; }
p { color: rgb(132,24,0); }
H1.HeaderClassName
{
color: #841800;
}
.AnyTagClassName
{
color: #841800;
}
</style>
background-color css
<style>
a { background-color: #841800; }
a { background-color: rgb(132,24,0); }
div.DivClassName
{
background-color: #841800;
}
.BgClassName
{
background-color: #841800;
}
</style>
border-color css
<style>
span { border-color: #841800; }
span { border-color: rgb(132,24,0); }
td.TdClassName
{
border-color: #841800;
}
.TagClassName
{
border-color: #841800;
}
</style>