Shades of Maroon #820600
Tints of Maroon #820600
RGB
CMYK
RGB Variations
Color information
#820600 (or 0x820600) is known color: Maroon. HEX triplet: 82, 06 and 00. RGB value is (130,6,0). Sum of RGB (Red+Green+Blue) = 130+6+0=136 (18% of max value = 765). Red value is 130 (51.17% from 255 or 95.59% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 130 - color contains mainly: red. Hex color #820600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820600 is #7DF9FF. Grayscale: #2A2A2A. Windows color (decimal): -8256000 or 1666. OLE color: 1666.
HSL color Cylindrical-coordinate representation of color #820600: hue angle of 2.77º 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 #820600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.49 |
| HSL | 2.77º | 1% | 0.25% | - |
| HSV(B) | 2.77º | 1% | 0.51% | - |
| XYZ | 9.27 | 4.88 | 0.45 | - |
| YUV | 42.39 | 104.08 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 0 | 0 | 0.95 | 1 | 0.49 | 2.77 | 1 | 0.25 |
| Hex | 82 | 6 | 0 | 0 | 5F | 64 | 31 | 3 | 64 | 19 |
| Octal | 202 | 6 | 0 | 0 | 137 | 144 | 61 | 3 | 144 | 31 |
| Binary | 10000010 | 110 | 0 | 0 | 1011111 | 1100100 | 110001 | 11 | 1100100 | 11001 |
Color Harmonies of #820600
Complementary color
Monochromatic Colors of #820600
Black with #820600
Text Example
Text Example
White with #820600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820600; }
p { color: rgb(130,6,0); }
H1.HeaderClassName
{
color: #820600;
}
.AnyTagClassName
{
color: #820600;
}
</style>
background-color css
<style>
a { background-color: #820600; }
a { background-color: rgb(130,6,0); }
div.DivClassName
{
background-color: #820600;
}
.BgClassName
{
background-color: #820600;
}
</style>
border-color css
<style>
span { border-color: #820600; }
span { border-color: rgb(130,6,0); }
td.TdClassName
{
border-color: #820600;
}
.TagClassName
{
border-color: #820600;
}
</style>