Shades of Maroon #840C00
Tints of Maroon #840C00
RGB
CMYK
RGB Variations
Color information
#840C00 (or 0x840C00) is known color: Maroon. HEX triplet: 84, 0C and 00. RGB value is (132,12,0). Sum of RGB (Red+Green+Blue) = 132+12+0=144 (19% of max value = 765). Red value is 132 (51.95% from 255 or 91.67% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 132 - color contains mainly: red. Hex color #840C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840C00 is #7BF3FF. Grayscale: #2E2E2E. Windows color (decimal): -8123392 or 3204. OLE color: 3204.
HSL color Cylindrical-coordinate representation of color #840C00: hue angle of 5.45º 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 #840C00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 12 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.48 |
| HSL | 5.45º | 1% | 0.26% | - |
| HSV(B) | 5.45º | 1% | 0.52% | - |
| XYZ | 9.65 | 5.17 | 0.49 | - |
| YUV | 46.51 | 101.76 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 12 | 0 | 0 | 0.91 | 1 | 0.48 | 5.45 | 1 | 0.26 |
| Hex | 84 | C | 0 | 0 | 5B | 64 | 30 | 5 | 64 | 1A |
| Octal | 204 | 14 | 0 | 0 | 133 | 144 | 60 | 5 | 144 | 32 |
| Binary | 10000100 | 1100 | 0 | 0 | 1011011 | 1100100 | 110000 | 101 | 1100100 | 11010 |
Color Harmonies of #840C00
Complementary color
Monochromatic Colors of #840C00
Black with #840C00
Text Example
Text Example
White with #840C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840C00; }
p { color: rgb(132,12,0); }
H1.HeaderClassName
{
color: #840C00;
}
.AnyTagClassName
{
color: #840C00;
}
</style>
background-color css
<style>
a { background-color: #840C00; }
a { background-color: rgb(132,12,0); }
div.DivClassName
{
background-color: #840C00;
}
.BgClassName
{
background-color: #840C00;
}
</style>
border-color css
<style>
span { border-color: #840C00; }
span { border-color: rgb(132,12,0); }
td.TdClassName
{
border-color: #840C00;
}
.TagClassName
{
border-color: #840C00;
}
</style>