Shades of Maroon #820B07
Tints of Maroon #820B07
RGB
CMYK
RGB Variations
Color information
#820B07 (or 0x820B07) is known color: Maroon. HEX triplet: 82, 0B and 07. RGB value is (130,11,7). Sum of RGB (Red+Green+Blue) = 130+11+7=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 11 (4.69% from 255 or 7.43% from 148); Blue value is 7 (3.12% from 255 or 4.73% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #820B07 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B07 is #7DF4F8. Grayscale: #2E2E2E. Windows color (decimal): -8254713 or 461698. OLE color: 461698.
HSL color Cylindrical-coordinate representation of color #820B07: hue angle of 1.95º 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 #820B07 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 7 | - |
| CMYK | 0 | 0.92 | 0.95 | 0.49 |
| HSL | 1.95º | 0.9% | 0.27% | - |
| HSV(B) | 1.95º | 0.95% | 0.51% | - |
| XYZ | 9.36 | 5 | 0.67 | - |
| YUV | 46.13 | 105.92 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 7 | 0 | 0.92 | 0.95 | 0.49 | 1.95 | 0.9 | 0.27 |
| Hex | 82 | B | 7 | 0 | 5C | 5F | 31 | 2 | 5A | 1B |
| Octal | 202 | 13 | 7 | 0 | 134 | 137 | 61 | 2 | 132 | 33 |
| Binary | 10000010 | 1011 | 111 | 0 | 1011100 | 1011111 | 110001 | 10 | 1011010 | 11011 |
Color Harmonies of #820B07
Complementary color
Monochromatic Colors of #820B07
Black with #820B07
Text Example
Text Example
White with #820B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B07; }
p { color: rgb(130,11,7); }
H1.HeaderClassName
{
color: #820B07;
}
.AnyTagClassName
{
color: #820B07;
}
</style>
background-color css
<style>
a { background-color: #820B07; }
a { background-color: rgb(130,11,7); }
div.DivClassName
{
background-color: #820B07;
}
.BgClassName
{
background-color: #820B07;
}
</style>
border-color css
<style>
span { border-color: #820B07; }
span { border-color: rgb(130,11,7); }
td.TdClassName
{
border-color: #820B07;
}
.TagClassName
{
border-color: #820B07;
}
</style>