Shades of Maroon #820807
Tints of Maroon #820807
RGB
CMYK
RGB Variations
Color information
#820807 (or 0x820807) is known color: Maroon. HEX triplet: 82, 08 and 07. RGB value is (130,8,7). Sum of RGB (Red+Green+Blue) = 130+8+7=145 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.66% from 145); Green value is 8 (3.52% from 255 or 5.52% from 145); Blue value is 7 (3.12% from 255 or 4.83% from 145); Max value from RGB is 130 - color contains mainly: red. Hex color #820807 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820807 is #7DF7F8. Grayscale: #2C2C2C. Windows color (decimal): -8255481 or 460930. OLE color: 460930.
HSL color Cylindrical-coordinate representation of color #820807: hue angle of 0.49º degrees, saturation: 0.9, 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 #820807 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 8 | 7 | - |
| CMYK | 0 | 0.94 | 0.95 | 0.49 |
| HSL | 0.49º | 0.9% | 0.27% | - |
| HSV(B) | 0.49º | 0.95% | 0.51% | - |
| XYZ | 9.33 | 4.93 | 0.66 | - |
| YUV | 44.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 7 | 0 | 0.94 | 0.95 | 0.49 | 0.49 | 0.9 | 0.27 |
| Hex | 82 | 8 | 7 | 0 | 5E | 5F | 31 | 0 | 5A | 1B |
| Octal | 202 | 10 | 7 | 0 | 136 | 137 | 61 | 0 | 132 | 33 |
| Binary | 10000010 | 1000 | 111 | 0 | 1011110 | 1011111 | 110001 | 0 | 1011010 | 11011 |
Color Harmonies of #820807
Complementary color
Monochromatic Colors of #820807
Black with #820807
Text Example
Text Example
White with #820807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820807; }
p { color: rgb(130,8,7); }
H1.HeaderClassName
{
color: #820807;
}
.AnyTagClassName
{
color: #820807;
}
</style>
background-color css
<style>
a { background-color: #820807; }
a { background-color: rgb(130,8,7); }
div.DivClassName
{
background-color: #820807;
}
.BgClassName
{
background-color: #820807;
}
</style>
border-color css
<style>
span { border-color: #820807; }
span { border-color: rgb(130,8,7); }
td.TdClassName
{
border-color: #820807;
}
.TagClassName
{
border-color: #820807;
}
</style>