Shades of Maroon #841301
Tints of Maroon #841301
RGB
CMYK
RGB Variations
Color information
#841301 (or 0x841301) is known color: Maroon. HEX triplet: 84, 13 and 01. RGB value is (132,19,1). Sum of RGB (Red+Green+Blue) = 132+19+1=152 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.84% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 132 - color contains mainly: red. Hex color #841301 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841301 is #7BECFE. Grayscale: #323232. Windows color (decimal): -8121599 or 70532. OLE color: 70532.
HSL color Cylindrical-coordinate representation of color #841301: hue angle of 8.24º 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 #841301 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.48 |
| HSL | 8.24º | 0.98% | 0.26% | - |
| HSV(B) | 8.24º | 0.99% | 0.52% | - |
| XYZ | 9.75 | 5.37 | 0.55 | - |
| YUV | 50.74 | 99.94 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 1 | 0 | 0.86 | 0.99 | 0.48 | 8.24 | 0.98 | 0.26 |
| Hex | 84 | 13 | 1 | 0 | 56 | 63 | 30 | 8 | 62 | 1A |
| Octal | 204 | 23 | 1 | 0 | 126 | 143 | 60 | 10 | 142 | 32 |
| Binary | 10000100 | 10011 | 1 | 0 | 1010110 | 1100011 | 110000 | 1000 | 1100010 | 11010 |
Color Harmonies of #841301
Complementary color
Monochromatic Colors of #841301
Black with #841301
Text Example
Text Example
White with #841301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841301; }
p { color: rgb(132,19,1); }
H1.HeaderClassName
{
color: #841301;
}
.AnyTagClassName
{
color: #841301;
}
</style>
background-color css
<style>
a { background-color: #841301; }
a { background-color: rgb(132,19,1); }
div.DivClassName
{
background-color: #841301;
}
.BgClassName
{
background-color: #841301;
}
</style>
border-color css
<style>
span { border-color: #841301; }
span { border-color: rgb(132,19,1); }
td.TdClassName
{
border-color: #841301;
}
.TagClassName
{
border-color: #841301;
}
</style>