Shades of Maroon #840C09
Tints of Maroon #840C09
RGB
CMYK
RGB Variations
Color information
#840C09 (or 0x840C09) is known color: Maroon. HEX triplet: 84, 0C and 09. RGB value is (132,12,9). Sum of RGB (Red+Green+Blue) = 132+12+9=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 9 (3.91% from 255 or 5.88% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #840C09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C09 is #7BF3F6. Grayscale: #2F2F2F. Windows color (decimal): -8123383 or 593028. OLE color: 593028.
HSL color Cylindrical-coordinate representation of color #840C09: hue angle of 1.46º 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 #840C09 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 9 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.48 |
| HSL | 1.46º | 0.87% | 0.28% | - |
| HSV(B) | 1.46º | 0.93% | 0.52% | - |
| XYZ | 9.7 | 5.19 | 0.75 | - |
| YUV | 47.54 | 106.26 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 9 | 0 | 0.91 | 0.93 | 0.48 | 1.46 | 0.87 | 0.28 |
| Hex | 84 | C | 9 | 0 | 5B | 5D | 30 | 1 | 57 | 1C |
| Octal | 204 | 14 | 11 | 0 | 133 | 135 | 60 | 1 | 127 | 34 |
| Binary | 10000100 | 1100 | 1001 | 0 | 1011011 | 1011101 | 110000 | 1 | 1010111 | 11100 |
Color Harmonies of #840C09
Complementary color
Monochromatic Colors of #840C09
Black with #840C09
Text Example
Text Example
White with #840C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C09; }
p { color: rgb(132,12,9); }
H1.HeaderClassName
{
color: #840C09;
}
.AnyTagClassName
{
color: #840C09;
}
</style>
background-color css
<style>
a { background-color: #840C09; }
a { background-color: rgb(132,12,9); }
div.DivClassName
{
background-color: #840C09;
}
.BgClassName
{
background-color: #840C09;
}
</style>
border-color css
<style>
span { border-color: #840C09; }
span { border-color: rgb(132,12,9); }
td.TdClassName
{
border-color: #840C09;
}
.TagClassName
{
border-color: #840C09;
}
</style>