Shades of Maroon #841602
Tints of Maroon #841602
RGB
CMYK
RGB Variations
Color information
#841602 (or 0x841602) is known color: Maroon. HEX triplet: 84, 16 and 02. RGB value is (132,22,2). Sum of RGB (Red+Green+Blue) = 132+22+2=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 22 (8.98% from 255 or 14.10% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #841602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841602 is #7BE9FD. Grayscale: #343434. Windows color (decimal): -8120830 or 136836. OLE color: 136836.
HSL color Cylindrical-coordinate representation of color #841602: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #841602 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 22 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.48 |
| HSL | 9.23º | 0.97% | 0.26% | - |
| HSV(B) | 9.23º | 0.98% | 0.52% | - |
| XYZ | 9.81 | 5.48 | 0.6 | - |
| YUV | 52.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 22 | 2 | 0 | 0.83 | 0.98 | 0.48 | 9.23 | 0.97 | 0.26 |
| Hex | 84 | 16 | 2 | 0 | 53 | 62 | 30 | 9 | 61 | 1A |
| Octal | 204 | 26 | 2 | 0 | 123 | 142 | 60 | 11 | 141 | 32 |
| Binary | 10000100 | 10110 | 10 | 0 | 1010011 | 1100010 | 110000 | 1001 | 1100001 | 11010 |
Color Harmonies of #841602
Complementary color
Monochromatic Colors of #841602
Black with #841602
Text Example
Text Example
White with #841602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841602; }
p { color: rgb(132,22,2); }
H1.HeaderClassName
{
color: #841602;
}
.AnyTagClassName
{
color: #841602;
}
</style>
background-color css
<style>
a { background-color: #841602; }
a { background-color: rgb(132,22,2); }
div.DivClassName
{
background-color: #841602;
}
.BgClassName
{
background-color: #841602;
}
</style>
border-color css
<style>
span { border-color: #841602; }
span { border-color: rgb(132,22,2); }
td.TdClassName
{
border-color: #841602;
}
.TagClassName
{
border-color: #841602;
}
</style>