Shades of Maroon #841102
Tints of Maroon #841102
RGB
CMYK
RGB Variations
Color information
#841102 (or 0x841102) is known color: Maroon. HEX triplet: 84, 11 and 02. RGB value is (132,17,2). Sum of RGB (Red+Green+Blue) = 132+17+2=151 (20% of max value = 765). Red value is 132 (51.95% from 255 or 87.42% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 2 (1.17% from 255 or 1.32% from 151); Max value from RGB is 132 - color contains mainly: red. Hex color #841102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841102 is #7BEEFD. Grayscale: #313131. Windows color (decimal): -8122110 or 135556. OLE color: 135556.
HSL color Cylindrical-coordinate representation of color #841102: hue angle of 6.92º 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 #841102 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 17 | 2 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.48 |
| HSL | 6.92º | 0.97% | 0.26% | - |
| HSV(B) | 6.92º | 0.98% | 0.52% | - |
| XYZ | 9.73 | 5.31 | 0.57 | - |
| YUV | 49.68 | 101.1 | 186.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 2 | 0 | 0.87 | 0.98 | 0.48 | 6.92 | 0.97 | 0.26 |
| Hex | 84 | 11 | 2 | 0 | 57 | 62 | 30 | 7 | 61 | 1A |
| Octal | 204 | 21 | 2 | 0 | 127 | 142 | 60 | 7 | 141 | 32 |
| Binary | 10000100 | 10001 | 10 | 0 | 1010111 | 1100010 | 110000 | 111 | 1100001 | 11010 |
Color Harmonies of #841102
Complementary color
Monochromatic Colors of #841102
Black with #841102
Text Example
Text Example
White with #841102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841102; }
p { color: rgb(132,17,2); }
H1.HeaderClassName
{
color: #841102;
}
.AnyTagClassName
{
color: #841102;
}
</style>
background-color css
<style>
a { background-color: #841102; }
a { background-color: rgb(132,17,2); }
div.DivClassName
{
background-color: #841102;
}
.BgClassName
{
background-color: #841102;
}
</style>
border-color css
<style>
span { border-color: #841102; }
span { border-color: rgb(132,17,2); }
td.TdClassName
{
border-color: #841102;
}
.TagClassName
{
border-color: #841102;
}
</style>