Shades of Maroon #840500
Tints of Maroon #840500
RGB
CMYK
RGB Variations
Color information
#840500 (or 0x840500) is known color: Maroon. HEX triplet: 84, 05 and 00. RGB value is (132,5,0). Sum of RGB (Red+Green+Blue) = 132+5+0=137 (18% of max value = 765). Red value is 132 (51.95% from 255 or 96.35% from 137); Green value is 5 (2.34% from 255 or 3.65% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 132 - color contains mainly: red. Hex color #840500 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840500 is #7BFAFF. Grayscale: #2A2A2A. Windows color (decimal): -8125184 or 1412. OLE color: 1412.
HSL color Cylindrical-coordinate representation of color #840500: hue angle of 2.27º 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 #840500 is Cyan = 0, Magento = 0.96, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 5 | 0 | - |
| CMYK | 0 | 0.96 | 1 | 0.48 |
| HSL | 2.27º | 1% | 0.26% | - |
| HSV(B) | 2.27º | 1% | 0.52% | - |
| XYZ | 9.57 | 5.01 | 0.46 | - |
| YUV | 42.4 | 104.08 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 5 | 0 | 0 | 0.96 | 1 | 0.48 | 2.27 | 1 | 0.26 |
| Hex | 84 | 5 | 0 | 0 | 60 | 64 | 30 | 2 | 64 | 1A |
| Octal | 204 | 5 | 0 | 0 | 140 | 144 | 60 | 2 | 144 | 32 |
| Binary | 10000100 | 101 | 0 | 0 | 1100000 | 1100100 | 110000 | 10 | 1100100 | 11010 |
Color Harmonies of #840500
Complementary color
Monochromatic Colors of #840500
Black with #840500
Text Example
Text Example
White with #840500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840500; }
p { color: rgb(132,5,0); }
H1.HeaderClassName
{
color: #840500;
}
.AnyTagClassName
{
color: #840500;
}
</style>
background-color css
<style>
a { background-color: #840500; }
a { background-color: rgb(132,5,0); }
div.DivClassName
{
background-color: #840500;
}
.BgClassName
{
background-color: #840500;
}
</style>
border-color css
<style>
span { border-color: #840500; }
span { border-color: rgb(132,5,0); }
td.TdClassName
{
border-color: #840500;
}
.TagClassName
{
border-color: #840500;
}
</style>