Shades of Maroon #841501
Tints of Maroon #841501
RGB
CMYK
RGB Variations
Color information
#841501 (or 0x841501) is known color: Maroon. HEX triplet: 84, 15 and 01. RGB value is (132,21,1). Sum of RGB (Red+Green+Blue) = 132+21+1=154 (20% of max value = 765). Red value is 132 (51.95% from 255 or 85.71% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 1 (0.78% from 255 or 0.65% from 154); Max value from RGB is 132 - color contains mainly: red. Hex color #841501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841501 is #7BEAFE. Grayscale: #343434. Windows color (decimal): -8121087 or 71044. OLE color: 71044.
HSL color Cylindrical-coordinate representation of color #841501: hue angle of 9.16º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #841501 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 21 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.48 |
| HSL | 9.16º | 0.98% | 0.26% | - |
| HSV(B) | 9.16º | 0.99% | 0.52% | - |
| XYZ | 9.79 | 5.44 | 0.56 | - |
| YUV | 51.91 | 99.27 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 21 | 1 | 0 | 0.84 | 0.99 | 0.48 | 9.16 | 0.98 | 0.26 |
| Hex | 84 | 15 | 1 | 0 | 54 | 63 | 30 | 9 | 62 | 1A |
| Octal | 204 | 25 | 1 | 0 | 124 | 143 | 60 | 11 | 142 | 32 |
| Binary | 10000100 | 10101 | 1 | 0 | 1010100 | 1100011 | 110000 | 1001 | 1100010 | 11010 |
Color Harmonies of #841501
Complementary color
Monochromatic Colors of #841501
Black with #841501
Text Example
Text Example
White with #841501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841501; }
p { color: rgb(132,21,1); }
H1.HeaderClassName
{
color: #841501;
}
.AnyTagClassName
{
color: #841501;
}
</style>
background-color css
<style>
a { background-color: #841501; }
a { background-color: rgb(132,21,1); }
div.DivClassName
{
background-color: #841501;
}
.BgClassName
{
background-color: #841501;
}
</style>
border-color css
<style>
span { border-color: #841501; }
span { border-color: rgb(132,21,1); }
td.TdClassName
{
border-color: #841501;
}
.TagClassName
{
border-color: #841501;
}
</style>