Shades of Maroon #821002
Tints of Maroon #821002
RGB
CMYK
RGB Variations
Color information
#821002 (or 0x821002) is known color: Maroon. HEX triplet: 82, 10 and 02. RGB value is (130,16,2). Sum of RGB (Red+Green+Blue) = 130+16+2=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #821002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821002 is #7DEFFD. Grayscale: #303030. Windows color (decimal): -8253438 or 135298. OLE color: 135298.
HSL color Cylindrical-coordinate representation of color #821002: hue angle of 6.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #821002 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 16 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.49 |
| HSL | 6.56º | 0.97% | 0.26% | - |
| HSV(B) | 6.56º | 0.98% | 0.51% | - |
| XYZ | 9.4 | 5.12 | 0.55 | - |
| YUV | 48.49 | 101.77 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 2 | 0 | 0.88 | 0.98 | 0.49 | 6.56 | 0.97 | 0.26 |
| Hex | 82 | 10 | 2 | 0 | 58 | 62 | 31 | 7 | 61 | 1A |
| Octal | 202 | 20 | 2 | 0 | 130 | 142 | 61 | 7 | 141 | 32 |
| Binary | 10000010 | 10000 | 10 | 0 | 1011000 | 1100010 | 110001 | 111 | 1100001 | 11010 |
Color Harmonies of #821002
Complementary color
Monochromatic Colors of #821002
Black with #821002
Text Example
Text Example
White with #821002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821002; }
p { color: rgb(130,16,2); }
H1.HeaderClassName
{
color: #821002;
}
.AnyTagClassName
{
color: #821002;
}
</style>
background-color css
<style>
a { background-color: #821002; }
a { background-color: rgb(130,16,2); }
div.DivClassName
{
background-color: #821002;
}
.BgClassName
{
background-color: #821002;
}
</style>
border-color css
<style>
span { border-color: #821002; }
span { border-color: rgb(130,16,2); }
td.TdClassName
{
border-color: #821002;
}
.TagClassName
{
border-color: #821002;
}
</style>