Shades of Maroon #820201
Tints of Maroon #820201
RGB
CMYK
RGB Variations
Color information
#820201 (or 0x820201) is known color: Maroon. HEX triplet: 82, 02 and 01. RGB value is (130,2,1). Sum of RGB (Red+Green+Blue) = 130+2+1=133 (17% of max value = 765). Red value is 130 (51.17% from 255 or 97.74% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 130 - color contains mainly: red. Hex color #820201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820201 is #7DFDFE. Grayscale: #282828. Windows color (decimal): -8257023 or 66178. OLE color: 66178.
HSL color Cylindrical-coordinate representation of color #820201: hue angle of 0.47º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.49 |
| HSL | 0.47º | 0.98% | 0.26% | - |
| HSV(B) | 0.47º | 0.99% | 0.51% | - |
| XYZ | 9.23 | 4.79 | 0.47 | - |
| YUV | 40.16 | 105.91 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 2 | 1 | 0 | 0.98 | 0.99 | 0.49 | 0.47 | 0.98 | 0.26 |
| Hex | 82 | 2 | 1 | 0 | 62 | 63 | 31 | 0 | 62 | 1A |
| Octal | 202 | 2 | 1 | 0 | 142 | 143 | 61 | 0 | 142 | 32 |
| Binary | 10000010 | 10 | 1 | 0 | 1100010 | 1100011 | 110001 | 0 | 1100010 | 11010 |
Color Harmonies of #820201
Complementary color
Monochromatic Colors of #820201
Black with #820201
Text Example
Text Example
White with #820201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820201; }
p { color: rgb(130,2,1); }
H1.HeaderClassName
{
color: #820201;
}
.AnyTagClassName
{
color: #820201;
}
</style>
background-color css
<style>
a { background-color: #820201; }
a { background-color: rgb(130,2,1); }
div.DivClassName
{
background-color: #820201;
}
.BgClassName
{
background-color: #820201;
}
</style>
border-color css
<style>
span { border-color: #820201; }
span { border-color: rgb(130,2,1); }
td.TdClassName
{
border-color: #820201;
}
.TagClassName
{
border-color: #820201;
}
</style>