Shades of Maroon #840900
Tints of Maroon #840900
RGB
CMYK
RGB Variations
Color information
#840900 (or 0x840900) is known color: Maroon. HEX triplet: 84, 09 and 00. RGB value is (132,9,0). Sum of RGB (Red+Green+Blue) = 132+9+0=141 (18% of max value = 765). Red value is 132 (51.95% from 255 or 93.62% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 132 - color contains mainly: red. Hex color #840900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840900 is #7BF6FF. Grayscale: #2C2C2C. Windows color (decimal): -8124160 or 2436. OLE color: 2436.
HSL color Cylindrical-coordinate representation of color #840900: hue angle of 4.09º 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 #840900 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.48 |
| HSL | 4.09º | 1% | 0.26% | - |
| HSV(B) | 4.09º | 1% | 0.52% | - |
| XYZ | 9.61 | 5.1 | 0.48 | - |
| YUV | 44.75 | 102.75 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 0 | 0 | 0.93 | 1 | 0.48 | 4.09 | 1 | 0.26 |
| Hex | 84 | 9 | 0 | 0 | 5D | 64 | 30 | 4 | 64 | 1A |
| Octal | 204 | 11 | 0 | 0 | 135 | 144 | 60 | 4 | 144 | 32 |
| Binary | 10000100 | 1001 | 0 | 0 | 1011101 | 1100100 | 110000 | 100 | 1100100 | 11010 |
Color Harmonies of #840900
Complementary color
Monochromatic Colors of #840900
Black with #840900
Text Example
Text Example
White with #840900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840900; }
p { color: rgb(132,9,0); }
H1.HeaderClassName
{
color: #840900;
}
.AnyTagClassName
{
color: #840900;
}
</style>
background-color css
<style>
a { background-color: #840900; }
a { background-color: rgb(132,9,0); }
div.DivClassName
{
background-color: #840900;
}
.BgClassName
{
background-color: #840900;
}
</style>
border-color css
<style>
span { border-color: #840900; }
span { border-color: rgb(132,9,0); }
td.TdClassName
{
border-color: #840900;
}
.TagClassName
{
border-color: #840900;
}
</style>