Shades of Maroon #840908
Tints of Maroon #840908
RGB
CMYK
RGB Variations
Color information
#840908 (or 0x840908) is known color: Maroon. HEX triplet: 84, 09 and 08. RGB value is (132,9,8). Sum of RGB (Red+Green+Blue) = 132+9+8=149 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88.59% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 132 - color contains mainly: red. Hex color #840908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840908 is #7BF6F7. Grayscale: #2D2D2D. Windows color (decimal): -8124152 or 526724. OLE color: 526724.
HSL color Cylindrical-coordinate representation of color #840908: hue angle of 0.48º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #840908 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 9 | 8 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.48 |
| HSL | 0.48º | 0.89% | 0.27% | - |
| HSV(B) | 0.48º | 0.94% | 0.52% | - |
| XYZ | 9.66 | 5.12 | 0.71 | - |
| YUV | 45.66 | 106.75 | 189.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 9 | 8 | 0 | 0.93 | 0.94 | 0.48 | 0.48 | 0.89 | 0.27 |
| Hex | 84 | 9 | 8 | 0 | 5D | 5E | 30 | 0 | 59 | 1B |
| Octal | 204 | 11 | 10 | 0 | 135 | 136 | 60 | 0 | 131 | 33 |
| Binary | 10000100 | 1001 | 1000 | 0 | 1011101 | 1011110 | 110000 | 0 | 1011001 | 11011 |
Color Harmonies of #840908
Complementary color
Monochromatic Colors of #840908
Black with #840908
Text Example
Text Example
White with #840908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840908; }
p { color: rgb(132,9,8); }
H1.HeaderClassName
{
color: #840908;
}
.AnyTagClassName
{
color: #840908;
}
</style>
background-color css
<style>
a { background-color: #840908; }
a { background-color: rgb(132,9,8); }
div.DivClassName
{
background-color: #840908;
}
.BgClassName
{
background-color: #840908;
}
</style>
border-color css
<style>
span { border-color: #840908; }
span { border-color: rgb(132,9,8); }
td.TdClassName
{
border-color: #840908;
}
.TagClassName
{
border-color: #840908;
}
</style>