Shades of Maroon #840300
Tints of Maroon #840300
RGB
CMYK
RGB Variations
Color information
#840300 (or 0x840300) is known color: Maroon. HEX triplet: 84, 03 and 00. RGB value is (132,3,0). Sum of RGB (Red+Green+Blue) = 132+3+0=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840300 is #7BFCFF. Grayscale: #292929. Windows color (decimal): -8125696 or 900. OLE color: 900.
HSL color Cylindrical-coordinate representation of color #840300: hue angle of 1.36º 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 #840300 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 3 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.48 |
| HSL | 1.36º | 1% | 0.26% | - |
| HSV(B) | 1.36º | 1% | 0.52% | - |
| XYZ | 9.55 | 4.97 | 0.46 | - |
| YUV | 41.23 | 104.74 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 3 | 0 | 0 | 0.98 | 1 | 0.48 | 1.36 | 1 | 0.26 |
| Hex | 84 | 3 | 0 | 0 | 62 | 64 | 30 | 1 | 64 | 1A |
| Octal | 204 | 3 | 0 | 0 | 142 | 144 | 60 | 1 | 144 | 32 |
| Binary | 10000100 | 11 | 0 | 0 | 1100010 | 1100100 | 110000 | 1 | 1100100 | 11010 |
Color Harmonies of #840300
Complementary color
Monochromatic Colors of #840300
Black with #840300
Text Example
Text Example
White with #840300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840300; }
p { color: rgb(132,3,0); }
H1.HeaderClassName
{
color: #840300;
}
.AnyTagClassName
{
color: #840300;
}
</style>
background-color css
<style>
a { background-color: #840300; }
a { background-color: rgb(132,3,0); }
div.DivClassName
{
background-color: #840300;
}
.BgClassName
{
background-color: #840300;
}
</style>
border-color css
<style>
span { border-color: #840300; }
span { border-color: rgb(132,3,0); }
td.TdClassName
{
border-color: #840300;
}
.TagClassName
{
border-color: #840300;
}
</style>