Shades of Maroon #820B09
Tints of Maroon #820B09
RGB
CMYK
RGB Variations
Color information
#820B09 (or 0x820B09) is known color: Maroon. HEX triplet: 82, 0B and 09. RGB value is (130,11,9). Sum of RGB (Red+Green+Blue) = 130+11+9=150 (19% of max value = 765). Red value is 130 (51.17% from 255 or 86.67% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 130 - color contains mainly: red. Hex color #820B09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B09 is #7DF4F6. Grayscale: #2E2E2E. Windows color (decimal): -8254711 or 592770. OLE color: 592770.
HSL color Cylindrical-coordinate representation of color #820B09: hue angle of 0.99º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820B09 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 11 | 9 | - |
| CMYK | 0 | 0.92 | 0.93 | 0.49 |
| HSL | 0.99º | 0.87% | 0.27% | - |
| HSV(B) | 0.99º | 0.93% | 0.51% | - |
| XYZ | 9.37 | 5 | 0.73 | - |
| YUV | 46.35 | 106.92 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 11 | 9 | 0 | 0.92 | 0.93 | 0.49 | 0.99 | 0.87 | 0.27 |
| Hex | 82 | B | 9 | 0 | 5C | 5D | 31 | 1 | 57 | 1B |
| Octal | 202 | 13 | 11 | 0 | 134 | 135 | 61 | 1 | 127 | 33 |
| Binary | 10000010 | 1011 | 1001 | 0 | 1011100 | 1011101 | 110001 | 1 | 1010111 | 11011 |
Color Harmonies of #820B09
Complementary color
Monochromatic Colors of #820B09
Black with #820B09
Text Example
Text Example
White with #820B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820B09; }
p { color: rgb(130,11,9); }
H1.HeaderClassName
{
color: #820B09;
}
.AnyTagClassName
{
color: #820B09;
}
</style>
background-color css
<style>
a { background-color: #820B09; }
a { background-color: rgb(130,11,9); }
div.DivClassName
{
background-color: #820B09;
}
.BgClassName
{
background-color: #820B09;
}
</style>
border-color css
<style>
span { border-color: #820B09; }
span { border-color: rgb(130,11,9); }
td.TdClassName
{
border-color: #820B09;
}
.TagClassName
{
border-color: #820B09;
}
</style>