Shades of Maroon #820700
Tints of Maroon #820700
RGB
CMYK
RGB Variations
Color information
#820700 (or 0x820700) is known color: Maroon. HEX triplet: 82, 07 and 00. RGB value is (130,7,0). Sum of RGB (Red+Green+Blue) = 130+7+0=137 (18% of max value = 765). Red value is 130 (51.17% from 255 or 94.89% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 130 - color contains mainly: red. Hex color #820700 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820700 is #7DF8FF. Grayscale: #2B2B2B. Windows color (decimal): -8255744 or 1922. OLE color: 1922.
HSL color Cylindrical-coordinate representation of color #820700: hue angle of 3.23º 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 #820700 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.49 |
| HSL | 3.23º | 1% | 0.25% | - |
| HSV(B) | 3.23º | 1% | 0.51% | - |
| XYZ | 9.28 | 4.9 | 0.46 | - |
| YUV | 42.98 | 103.75 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 0 | 0 | 0.95 | 1 | 0.49 | 3.23 | 1 | 0.25 |
| Hex | 82 | 7 | 0 | 0 | 5F | 64 | 31 | 3 | 64 | 19 |
| Octal | 202 | 7 | 0 | 0 | 137 | 144 | 61 | 3 | 144 | 31 |
| Binary | 10000010 | 111 | 0 | 0 | 1011111 | 1100100 | 110001 | 11 | 1100100 | 11001 |
Color Harmonies of #820700
Complementary color
Monochromatic Colors of #820700
Black with #820700
Text Example
Text Example
White with #820700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820700; }
p { color: rgb(130,7,0); }
H1.HeaderClassName
{
color: #820700;
}
.AnyTagClassName
{
color: #820700;
}
</style>
background-color css
<style>
a { background-color: #820700; }
a { background-color: rgb(130,7,0); }
div.DivClassName
{
background-color: #820700;
}
.BgClassName
{
background-color: #820700;
}
</style>
border-color css
<style>
span { border-color: #820700; }
span { border-color: rgb(130,7,0); }
td.TdClassName
{
border-color: #820700;
}
.TagClassName
{
border-color: #820700;
}
</style>