Shades of Maroon #840F04
Tints of Maroon #840F04
RGB
CMYK
RGB Variations
Color information
#840F04 (or 0x840F04) is known color: Maroon. HEX triplet: 84, 0F and 04. RGB value is (132,15,4). Sum of RGB (Red+Green+Blue) = 132+15+4=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 4 (1.95% from 255 or 2.65% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #840F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840F04 is #7BF0FB. Grayscale: #303030. Windows color (decimal): -8122620 or 266116. OLE color: 266116.
HSL color Cylindrical-coordinate representation of color #840F04: hue angle of 5.16º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840F04 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 15 | 4 | - |
| CMYK | 0 | 0.89 | 0.97 | 0.48 |
| HSL | 5.16º | 0.94% | 0.27% | - |
| HSV(B) | 5.16º | 0.97% | 0.52% | - |
| XYZ | 9.71 | 5.26 | 0.62 | - |
| YUV | 48.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 4 | 0 | 0.89 | 0.97 | 0.48 | 5.16 | 0.94 | 0.27 |
| Hex | 84 | F | 4 | 0 | 59 | 61 | 30 | 5 | 5E | 1B |
| Octal | 204 | 17 | 4 | 0 | 131 | 141 | 60 | 5 | 136 | 33 |
| Binary | 10000100 | 1111 | 100 | 0 | 1011001 | 1100001 | 110000 | 101 | 1011110 | 11011 |
Color Harmonies of #840F04
Complementary color
Monochromatic Colors of #840F04
Black with #840F04
Text Example
Text Example
White with #840F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F04; }
p { color: rgb(132,15,4); }
H1.HeaderClassName
{
color: #840F04;
}
.AnyTagClassName
{
color: #840F04;
}
</style>
background-color css
<style>
a { background-color: #840F04; }
a { background-color: rgb(132,15,4); }
div.DivClassName
{
background-color: #840F04;
}
.BgClassName
{
background-color: #840F04;
}
</style>
border-color css
<style>
span { border-color: #840F04; }
span { border-color: rgb(132,15,4); }
td.TdClassName
{
border-color: #840F04;
}
.TagClassName
{
border-color: #840F04;
}
</style>