Shades of Maroon #820606
Tints of Maroon #820606
RGB
CMYK
RGB Variations
Color information
#820606 (or 0x820606) is known color: Maroon. HEX triplet: 82, 06 and 06. RGB value is (130,6,6). Sum of RGB (Red+Green+Blue) = 130+6+6=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 6 (2.73% from 255 or 4.23% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #820606 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820606 is #7DF9F9. Grayscale: #2B2B2B. Windows color (decimal): -8255994 or 394882. OLE color: 394882.
HSL color Cylindrical-coordinate representation of color #820606: hue angle of 0º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820606 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 6 | 6 | - |
| CMYK | 0 | 0.95 | 0.95 | 0.49 |
| HSL | 0º | 0.91% | 0.27% | - |
| HSV(B) | 0º | 0.95% | 0.51% | - |
| XYZ | 9.3 | 4.89 | 0.63 | - |
| YUV | 43.08 | 107.08 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 6 | 6 | 0 | 0.95 | 0.95 | 0.49 | 0 | 0.91 | 0.27 |
| Hex | 82 | 6 | 6 | 0 | 5F | 5F | 31 | 0 | 5B | 1B |
| Octal | 202 | 6 | 6 | 0 | 137 | 137 | 61 | 0 | 133 | 33 |
| Binary | 10000010 | 110 | 110 | 0 | 1011111 | 1011111 | 110001 | 0 | 1011011 | 11011 |
Color Harmonies of #820606
Complementary color
Monochromatic Colors of #820606
Black with #820606
Text Example
Text Example
White with #820606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820606; }
p { color: rgb(130,6,6); }
H1.HeaderClassName
{
color: #820606;
}
.AnyTagClassName
{
color: #820606;
}
</style>
background-color css
<style>
a { background-color: #820606; }
a { background-color: rgb(130,6,6); }
div.DivClassName
{
background-color: #820606;
}
.BgClassName
{
background-color: #820606;
}
</style>
border-color css
<style>
span { border-color: #820606; }
span { border-color: rgb(130,6,6); }
td.TdClassName
{
border-color: #820606;
}
.TagClassName
{
border-color: #820606;
}
</style>