Shades of Maroon #820100
Tints of Maroon #820100
RGB
CMYK
RGB Variations
Color information
#820100 (or 0x820100) is known color: Maroon. HEX triplet: 82, 01 and 00. RGB value is (130,1,0). Sum of RGB (Red+Green+Blue) = 130+1+0=131 (17% of max value = 765). Red value is 130 (51.17% from 255 or 99.24% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 130 - color contains mainly: red. Hex color #820100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820100 is #7DFEFF. Grayscale: #272727. Windows color (decimal): -8257280 or 386. OLE color: 386.
HSL color Cylindrical-coordinate representation of color #820100: hue angle of 0.46º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #820100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.49 |
| HSL | 0.46º | 1% | 0.25% | - |
| HSV(B) | 0.46º | 1% | 0.51% | - |
| XYZ | 9.22 | 4.77 | 0.43 | - |
| YUV | 39.46 | 105.74 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 0 | 0 | 0.99 | 1 | 0.49 | 0.46 | 1 | 0.25 |
| Hex | 82 | 1 | 0 | 0 | 63 | 64 | 31 | 0 | 64 | 19 |
| Octal | 202 | 1 | 0 | 0 | 143 | 144 | 61 | 0 | 144 | 31 |
| Binary | 10000010 | 1 | 0 | 0 | 1100011 | 1100100 | 110001 | 0 | 1100100 | 11001 |
Color Harmonies of #820100
Complementary color
Monochromatic Colors of #820100
Black with #820100
Text Example
Text Example
White with #820100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820100; }
p { color: rgb(130,1,0); }
H1.HeaderClassName
{
color: #820100;
}
.AnyTagClassName
{
color: #820100;
}
</style>
background-color css
<style>
a { background-color: #820100; }
a { background-color: rgb(130,1,0); }
div.DivClassName
{
background-color: #820100;
}
.BgClassName
{
background-color: #820100;
}
</style>
border-color css
<style>
span { border-color: #820100; }
span { border-color: rgb(130,1,0); }
td.TdClassName
{
border-color: #820100;
}
.TagClassName
{
border-color: #820100;
}
</style>