Shades of Maroon #840402
Tints of Maroon #840402
RGB
CMYK
RGB Variations
Color information
#840402 (or 0x840402) is known color: Maroon. HEX triplet: 84, 04 and 02. RGB value is (132,4,2). Sum of RGB (Red+Green+Blue) = 132+4+2=138 (18% of max value = 765). Red value is 132 (51.95% from 255 or 95.65% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 132 - color contains mainly: red. Hex color #840402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840402 is #7BFBFD. Grayscale: #2A2A2A. Windows color (decimal): -8125438 or 132228. OLE color: 132228.
HSL color Cylindrical-coordinate representation of color #840402: hue angle of 0.92º 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 #840402 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 2 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.48 |
| HSL | 0.92º | 0.97% | 0.26% | - |
| HSV(B) | 0.92º | 0.98% | 0.52% | - |
| XYZ | 9.57 | 5 | 0.52 | - |
| YUV | 42.04 | 105.41 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 2 | 0 | 0.97 | 0.98 | 0.48 | 0.92 | 0.97 | 0.26 |
| Hex | 84 | 4 | 2 | 0 | 61 | 62 | 30 | 1 | 61 | 1A |
| Octal | 204 | 4 | 2 | 0 | 141 | 142 | 60 | 1 | 141 | 32 |
| Binary | 10000100 | 100 | 10 | 0 | 1100001 | 1100010 | 110000 | 1 | 1100001 | 11010 |
Color Harmonies of #840402
Complementary color
Monochromatic Colors of #840402
Black with #840402
Text Example
Text Example
White with #840402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840402; }
p { color: rgb(132,4,2); }
H1.HeaderClassName
{
color: #840402;
}
.AnyTagClassName
{
color: #840402;
}
</style>
background-color css
<style>
a { background-color: #840402; }
a { background-color: rgb(132,4,2); }
div.DivClassName
{
background-color: #840402;
}
.BgClassName
{
background-color: #840402;
}
</style>
border-color css
<style>
span { border-color: #840402; }
span { border-color: rgb(132,4,2); }
td.TdClassName
{
border-color: #840402;
}
.TagClassName
{
border-color: #840402;
}
</style>