Shades of Maroon #840400
Tints of Maroon #840400
RGB
CMYK
RGB Variations
Color information
#840400 (or 0x840400) is known color: Maroon. HEX triplet: 84, 04 and 00. RGB value is (132,4,0). Sum of RGB (Red+Green+Blue) = 132+4+0=136 (18% of max value = 765). Red value is 132 (51.95% from 255 or 97.06% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 132 - color contains mainly: red. Hex color #840400 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840400 is #7BFBFF. Grayscale: #292929. Windows color (decimal): -8125440 or 1156. OLE color: 1156.
HSL color Cylindrical-coordinate representation of color #840400: hue angle of 1.82º 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 #840400 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 4 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.48 |
| HSL | 1.82º | 1% | 0.26% | - |
| HSV(B) | 1.82º | 1% | 0.52% | - |
| XYZ | 9.56 | 4.99 | 0.46 | - |
| YUV | 41.82 | 104.41 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 4 | 0 | 0 | 0.97 | 1 | 0.48 | 1.82 | 1 | 0.26 |
| Hex | 84 | 4 | 0 | 0 | 61 | 64 | 30 | 2 | 64 | 1A |
| Octal | 204 | 4 | 0 | 0 | 141 | 144 | 60 | 2 | 144 | 32 |
| Binary | 10000100 | 100 | 0 | 0 | 1100001 | 1100100 | 110000 | 10 | 1100100 | 11010 |
Color Harmonies of #840400
Complementary color
Monochromatic Colors of #840400
Black with #840400
Text Example
Text Example
White with #840400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840400; }
p { color: rgb(132,4,0); }
H1.HeaderClassName
{
color: #840400;
}
.AnyTagClassName
{
color: #840400;
}
</style>
background-color css
<style>
a { background-color: #840400; }
a { background-color: rgb(132,4,0); }
div.DivClassName
{
background-color: #840400;
}
.BgClassName
{
background-color: #840400;
}
</style>
border-color css
<style>
span { border-color: #840400; }
span { border-color: rgb(132,4,0); }
td.TdClassName
{
border-color: #840400;
}
.TagClassName
{
border-color: #840400;
}
</style>