Shades of Maroon #841302
Tints of Maroon #841302
RGB
CMYK
RGB Variations
Color information
#841302 (or 0x841302) is known color: Maroon. HEX triplet: 84, 13 and 02. RGB value is (132,19,2). Sum of RGB (Red+Green+Blue) = 132+19+2=153 (20% of max value = 765). Red value is 132 (51.95% from 255 or 86.27% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 132 - color contains mainly: red. Hex color #841302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841302 is #7BECFD. Grayscale: #333333. Windows color (decimal): -8121598 or 136068. OLE color: 136068.
HSL color Cylindrical-coordinate representation of color #841302: hue angle of 7.85º degrees, saturation: 0.97, 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 #841302 is Cyan = 0, Magento = 0.86, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 19 | 2 | - |
| CMYK | 0 | 0.86 | 0.98 | 0.48 |
| HSL | 7.85º | 0.97% | 0.26% | - |
| HSV(B) | 7.85º | 0.98% | 0.52% | - |
| XYZ | 9.76 | 5.38 | 0.58 | - |
| YUV | 50.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 19 | 2 | 0 | 0.86 | 0.98 | 0.48 | 7.85 | 0.97 | 0.26 |
| Hex | 84 | 13 | 2 | 0 | 56 | 62 | 30 | 8 | 61 | 1A |
| Octal | 204 | 23 | 2 | 0 | 126 | 142 | 60 | 10 | 141 | 32 |
| Binary | 10000100 | 10011 | 10 | 0 | 1010110 | 1100010 | 110000 | 1000 | 1100001 | 11010 |
Color Harmonies of #841302
Complementary color
Monochromatic Colors of #841302
Black with #841302
Text Example
Text Example
White with #841302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841302; }
p { color: rgb(132,19,2); }
H1.HeaderClassName
{
color: #841302;
}
.AnyTagClassName
{
color: #841302;
}
</style>
background-color css
<style>
a { background-color: #841302; }
a { background-color: rgb(132,19,2); }
div.DivClassName
{
background-color: #841302;
}
.BgClassName
{
background-color: #841302;
}
</style>
border-color css
<style>
span { border-color: #841302; }
span { border-color: rgb(132,19,2); }
td.TdClassName
{
border-color: #841302;
}
.TagClassName
{
border-color: #841302;
}
</style>