Shades of Maroon #840803
Tints of Maroon #840803
RGB
CMYK
RGB Variations
Color information
#840803 (or 0x840803) is known color: Maroon. HEX triplet: 84, 08 and 03. RGB value is (132,8,3). Sum of RGB (Red+Green+Blue) = 132+8+3=143 (18% of max value = 765). Red value is 132 (51.95% from 255 or 92.31% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 3 (1.56% from 255 or 2.10% from 143); Max value from RGB is 132 - color contains mainly: red. Hex color #840803 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840803 is #7BF7FC. Grayscale: #2C2C2C. Windows color (decimal): -8124413 or 198788. OLE color: 198788.
HSL color Cylindrical-coordinate representation of color #840803: hue angle of 2.33º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840803 is Cyan = 0, Magento = 0.94, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 8 | 3 | - |
| CMYK | 0 | 0.94 | 0.98 | 0.48 |
| HSL | 2.33º | 0.96% | 0.26% | - |
| HSV(B) | 2.33º | 0.98% | 0.52% | - |
| XYZ | 9.62 | 5.09 | 0.56 | - |
| YUV | 44.51 | 104.58 | 190.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 3 | 0 | 0.94 | 0.98 | 0.48 | 2.33 | 0.96 | 0.26 |
| Hex | 84 | 8 | 3 | 0 | 5E | 62 | 30 | 2 | 60 | 1A |
| Octal | 204 | 10 | 3 | 0 | 136 | 142 | 60 | 2 | 140 | 32 |
| Binary | 10000100 | 1000 | 11 | 0 | 1011110 | 1100010 | 110000 | 10 | 1100000 | 11010 |
Color Harmonies of #840803
Complementary color
Monochromatic Colors of #840803
Black with #840803
Text Example
Text Example
White with #840803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840803; }
p { color: rgb(132,8,3); }
H1.HeaderClassName
{
color: #840803;
}
.AnyTagClassName
{
color: #840803;
}
</style>
background-color css
<style>
a { background-color: #840803; }
a { background-color: rgb(132,8,3); }
div.DivClassName
{
background-color: #840803;
}
.BgClassName
{
background-color: #840803;
}
</style>
border-color css
<style>
span { border-color: #840803; }
span { border-color: rgb(132,8,3); }
td.TdClassName
{
border-color: #840803;
}
.TagClassName
{
border-color: #840803;
}
</style>