Shades of Maroon #841303
Tints of Maroon #841303
RGB
CMYK
RGB Variations
Color information
#841303 (or 0x841303) is known color: Maroon. HEX triplet: 84, 13 and 03. RGB value is (132,19,3). Sum of RGB (Red+Green+Blue) = 132+19+3=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #841303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841303 is #7BECFC. Grayscale: #333333. Windows color (decimal): -8121597 or 201604. OLE color: 201604.
HSL color Cylindrical-coordinate representation of color #841303: hue angle of 7.44º 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 #841303 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 3 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.48 |
| HSL | 7.44º | 0.96% | 0.26% | - |
| HSV(B) | 7.44º | 0.98% | 0.52% | - |
| XYZ | 9.77 | 5.38 | 0.61 | - |
| YUV | 50.96 | 100.94 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 3 | 0 | 0.86 | 0.98 | 0.48 | 7.44 | 0.96 | 0.26 |
| Hex | 84 | 13 | 3 | 0 | 56 | 62 | 30 | 7 | 60 | 1A |
| Octal | 204 | 23 | 3 | 0 | 126 | 142 | 60 | 7 | 140 | 32 |
| Binary | 10000100 | 10011 | 11 | 0 | 1010110 | 1100010 | 110000 | 111 | 1100000 | 11010 |
Color Harmonies of #841303
Complementary color
Monochromatic Colors of #841303
Black with #841303
Text Example
Text Example
White with #841303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841303; }
p { color: rgb(132,19,3); }
H1.HeaderClassName
{
color: #841303;
}
.AnyTagClassName
{
color: #841303;
}
</style>
background-color css
<style>
a { background-color: #841303; }
a { background-color: rgb(132,19,3); }
div.DivClassName
{
background-color: #841303;
}
.BgClassName
{
background-color: #841303;
}
</style>
border-color css
<style>
span { border-color: #841303; }
span { border-color: rgb(132,19,3); }
td.TdClassName
{
border-color: #841303;
}
.TagClassName
{
border-color: #841303;
}
</style>