Shades of Maroon #820805
Tints of Maroon #820805
RGB
CMYK
RGB Variations
Color information
#820805 (or 0x820805) is known color: Maroon. HEX triplet: 82, 08 and 05. RGB value is (130,8,5). Sum of RGB (Red+Green+Blue) = 130+8+5=143 (18% of max value = 765). Red value is 130 (51.17% from 255 or 90.91% from 143); Green value is 8 (3.52% from 255 or 5.59% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 130 - color contains mainly: red. Hex color #820805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820805 is #7DF7FA. Grayscale: #2C2C2C. Windows color (decimal): -8255483 or 329858. OLE color: 329858.
HSL color Cylindrical-coordinate representation of color #820805: hue angle of 1.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #820805 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 5 | - |
| CMYK | 0 | 0.94 | 0.96 | 0.49 |
| HSL | 1.44º | 0.93% | 0.26% | - |
| HSV(B) | 1.44º | 0.96% | 0.51% | - |
| XYZ | 9.32 | 4.93 | 0.6 | - |
| YUV | 44.14 | 105.92 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 5 | 0 | 0.94 | 0.96 | 0.49 | 1.44 | 0.93 | 0.26 |
| Hex | 82 | 8 | 5 | 0 | 5E | 60 | 31 | 1 | 5D | 1A |
| Octal | 202 | 10 | 5 | 0 | 136 | 140 | 61 | 1 | 135 | 32 |
| Binary | 10000010 | 1000 | 101 | 0 | 1011110 | 1100000 | 110001 | 1 | 1011101 | 11010 |
Color Harmonies of #820805
Complementary color
Monochromatic Colors of #820805
Black with #820805
Text Example
Text Example
White with #820805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820805; }
p { color: rgb(130,8,5); }
H1.HeaderClassName
{
color: #820805;
}
.AnyTagClassName
{
color: #820805;
}
</style>
background-color css
<style>
a { background-color: #820805; }
a { background-color: rgb(130,8,5); }
div.DivClassName
{
background-color: #820805;
}
.BgClassName
{
background-color: #820805;
}
</style>
border-color css
<style>
span { border-color: #820805; }
span { border-color: rgb(130,8,5); }
td.TdClassName
{
border-color: #820805;
}
.TagClassName
{
border-color: #820805;
}
</style>