Shades of Maroon #841701
Tints of Maroon #841701
RGB
CMYK
RGB Variations
Color information
#841701 (or 0x841701) is known color: Maroon. HEX triplet: 84, 17 and 01. RGB value is (132,23,1). Sum of RGB (Red+Green+Blue) = 132+23+1=156 (20% of max value = 765). Red value is 132 (51.95% from 255 or 84.62% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 132 - color contains mainly: red. Hex color #841701 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841701 is #7BE8FE. Grayscale: #353535. Windows color (decimal): -8120575 or 71556. OLE color: 71556.
HSL color Cylindrical-coordinate representation of color #841701: hue angle of 10.08º 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 #841701 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 23 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.48 |
| HSL | 10.08º | 0.98% | 0.26% | - |
| HSV(B) | 10.08º | 0.99% | 0.52% | - |
| XYZ | 9.83 | 5.52 | 0.58 | - |
| YUV | 53.08 | 98.61 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 23 | 1 | 0 | 0.83 | 0.99 | 0.48 | 10.08 | 0.98 | 0.26 |
| Hex | 84 | 17 | 1 | 0 | 53 | 63 | 30 | A | 62 | 1A |
| Octal | 204 | 27 | 1 | 0 | 123 | 143 | 60 | 12 | 142 | 32 |
| Binary | 10000100 | 10111 | 1 | 0 | 1010011 | 1100011 | 110000 | 1010 | 1100010 | 11010 |
Color Harmonies of #841701
Complementary color
Monochromatic Colors of #841701
Black with #841701
Text Example
Text Example
White with #841701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841701; }
p { color: rgb(132,23,1); }
H1.HeaderClassName
{
color: #841701;
}
.AnyTagClassName
{
color: #841701;
}
</style>
background-color css
<style>
a { background-color: #841701; }
a { background-color: rgb(132,23,1); }
div.DivClassName
{
background-color: #841701;
}
.BgClassName
{
background-color: #841701;
}
</style>
border-color css
<style>
span { border-color: #841701; }
span { border-color: rgb(132,23,1); }
td.TdClassName
{
border-color: #841701;
}
.TagClassName
{
border-color: #841701;
}
</style>