Shades of Maroon #840E09
Tints of Maroon #840E09
RGB
CMYK
RGB Variations
Color information
#840E09 (or 0x840E09) is known color: Maroon. HEX triplet: 84, 0E and 09. RGB value is (132,14,9). Sum of RGB (Red+Green+Blue) = 132+14+9=155 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.16% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 132 - color contains mainly: red. Hex color #840E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840E09 is #7BF1F6. Grayscale: #303030. Windows color (decimal): -8122871 or 593540. OLE color: 593540.
HSL color Cylindrical-coordinate representation of color #840E09: hue angle of 2.44º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840E09 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 14 | 9 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.48 |
| HSL | 2.44º | 0.87% | 0.28% | - |
| HSV(B) | 2.44º | 0.93% | 0.52% | - |
| XYZ | 9.72 | 5.24 | 0.76 | - |
| YUV | 48.71 | 105.59 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 14 | 9 | 0 | 0.89 | 0.93 | 0.48 | 2.44 | 0.87 | 0.28 |
| Hex | 84 | E | 9 | 0 | 59 | 5D | 30 | 2 | 57 | 1C |
| Octal | 204 | 16 | 11 | 0 | 131 | 135 | 60 | 2 | 127 | 34 |
| Binary | 10000100 | 1110 | 1001 | 0 | 1011001 | 1011101 | 110000 | 10 | 1010111 | 11100 |
Color Harmonies of #840E09
Complementary color
Monochromatic Colors of #840E09
Black with #840E09
Text Example
Text Example
White with #840E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840E09; }
p { color: rgb(132,14,9); }
H1.HeaderClassName
{
color: #840E09;
}
.AnyTagClassName
{
color: #840E09;
}
</style>
background-color css
<style>
a { background-color: #840E09; }
a { background-color: rgb(132,14,9); }
div.DivClassName
{
background-color: #840E09;
}
.BgClassName
{
background-color: #840E09;
}
</style>
border-color css
<style>
span { border-color: #840E09; }
span { border-color: rgb(132,14,9); }
td.TdClassName
{
border-color: #840E09;
}
.TagClassName
{
border-color: #840E09;
}
</style>