Shades of Maroon #841002
Tints of Maroon #841002
RGB
CMYK
RGB Variations
Color information
#841002 (or 0x841002) is known color: Maroon. HEX triplet: 84, 10 and 02. RGB value is (132,16,2). Sum of RGB (Red+Green+Blue) = 132+16+2=150 (19% of max value = 765). Red value is 132 (51.95% from 255 or 88% from 150); Green value is 16 (6.64% from 255 or 10.67% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 132 - color contains mainly: red. Hex color #841002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #841002 is #7BEFFD. Grayscale: #313131. Windows color (decimal): -8122366 or 135300. OLE color: 135300.
HSL color Cylindrical-coordinate representation of color #841002: hue angle of 6.46º 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 #841002 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 16 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.48 |
| HSL | 6.46º | 0.97% | 0.26% | - |
| HSV(B) | 6.46º | 0.98% | 0.52% | - |
| XYZ | 9.71 | 5.28 | 0.56 | - |
| YUV | 49.09 | 101.43 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 16 | 2 | 0 | 0.88 | 0.98 | 0.48 | 6.46 | 0.97 | 0.26 |
| Hex | 84 | 10 | 2 | 0 | 58 | 62 | 30 | 6 | 61 | 1A |
| Octal | 204 | 20 | 2 | 0 | 130 | 142 | 60 | 6 | 141 | 32 |
| Binary | 10000100 | 10000 | 10 | 0 | 1011000 | 1100010 | 110000 | 110 | 1100001 | 11010 |
Color Harmonies of #841002
Complementary color
Monochromatic Colors of #841002
Black with #841002
Text Example
Text Example
White with #841002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841002; }
p { color: rgb(132,16,2); }
H1.HeaderClassName
{
color: #841002;
}
.AnyTagClassName
{
color: #841002;
}
</style>
background-color css
<style>
a { background-color: #841002; }
a { background-color: rgb(132,16,2); }
div.DivClassName
{
background-color: #841002;
}
.BgClassName
{
background-color: #841002;
}
</style>
border-color css
<style>
span { border-color: #841002; }
span { border-color: rgb(132,16,2); }
td.TdClassName
{
border-color: #841002;
}
.TagClassName
{
border-color: #841002;
}
</style>