Shades of Maroon #820501
Tints of Maroon #820501
RGB
CMYK
RGB Variations
Color information
#820501 (or 0x820501) is known color: Maroon. HEX triplet: 82, 05 and 01. RGB value is (130,5,1). Sum of RGB (Red+Green+Blue) = 130+5+1=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820501 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820501 is #7DFAFE. Grayscale: #2A2A2A. Windows color (decimal): -8256255 or 66946. OLE color: 66946.
HSL color Cylindrical-coordinate representation of color #820501: hue angle of 1.86º 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 #820501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.49 |
| HSL | 1.86º | 0.98% | 0.26% | - |
| HSV(B) | 1.86º | 0.99% | 0.51% | - |
| XYZ | 9.27 | 4.86 | 0.48 | - |
| YUV | 41.92 | 104.91 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 5 | 1 | 0 | 0.96 | 0.99 | 0.49 | 1.86 | 0.98 | 0.26 |
| Hex | 82 | 5 | 1 | 0 | 60 | 63 | 31 | 2 | 62 | 1A |
| Octal | 202 | 5 | 1 | 0 | 140 | 143 | 61 | 2 | 142 | 32 |
| Binary | 10000010 | 101 | 1 | 0 | 1100000 | 1100011 | 110001 | 10 | 1100010 | 11010 |
Color Harmonies of #820501
Complementary color
Monochromatic Colors of #820501
Black with #820501
Text Example
Text Example
White with #820501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820501; }
p { color: rgb(130,5,1); }
H1.HeaderClassName
{
color: #820501;
}
.AnyTagClassName
{
color: #820501;
}
</style>
background-color css
<style>
a { background-color: #820501; }
a { background-color: rgb(130,5,1); }
div.DivClassName
{
background-color: #820501;
}
.BgClassName
{
background-color: #820501;
}
</style>
border-color css
<style>
span { border-color: #820501; }
span { border-color: rgb(130,5,1); }
td.TdClassName
{
border-color: #820501;
}
.TagClassName
{
border-color: #820501;
}
</style>