Shades of Maroon #820C0A
Tints of Maroon #820C0A
RGB
CMYK
RGB Variations
Color information
#820C0A (or 0x820C0A) is known color: Maroon. HEX triplet: 82, 0C and 0A. RGB value is (130,12,10). Sum of RGB (Red+Green+Blue) = 130+12+10=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 10 (4.30% from 255 or 6.58% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820C0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C0A is #7DF3F5. Grayscale: #2F2F2F. Windows color (decimal): -8254454 or 658562. OLE color: 658562.
HSL color Cylindrical-coordinate representation of color #820C0A: hue angle of 1º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820C0A is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 10 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.49 |
| HSL | 1º | 0.86% | 0.27% | - |
| HSV(B) | 1º | 0.92% | 0.51% | - |
| XYZ | 9.39 | 5.03 | 0.76 | - |
| YUV | 47.05 | 107.09 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 10 | 0 | 0.91 | 0.92 | 0.49 | 1 | 0.86 | 0.27 |
| Hex | 82 | C | A | 0 | 5B | 5C | 31 | 1 | 56 | 1B |
| Octal | 202 | 14 | 12 | 0 | 133 | 134 | 61 | 1 | 126 | 33 |
| Binary | 10000010 | 1100 | 1010 | 0 | 1011011 | 1011100 | 110001 | 1 | 1010110 | 11011 |
Color Harmonies of #820C0A
Complementary color
Monochromatic Colors of #820C0A
Black with #820C0A
Text Example
Text Example
White with #820C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C0A; }
p { color: rgb(130,12,10); }
H1.HeaderClassName
{
color: #820C0A;
}
.AnyTagClassName
{
color: #820C0A;
}
</style>
background-color css
<style>
a { background-color: #820C0A; }
a { background-color: rgb(130,12,10); }
div.DivClassName
{
background-color: #820C0A;
}
.BgClassName
{
background-color: #820C0A;
}
</style>
border-color css
<style>
span { border-color: #820C0A; }
span { border-color: rgb(130,12,10); }
td.TdClassName
{
border-color: #820C0A;
}
.TagClassName
{
border-color: #820C0A;
}
</style>