Shades of Maroon #820F04
Tints of Maroon #820F04
RGB
CMYK
RGB Variations
Color information
#820F04 (or 0x820F04) is known color: Maroon. HEX triplet: 82, 0F and 04. RGB value is (130,15,4). Sum of RGB (Red+Green+Blue) = 130+15+4=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 4 (1.95% from 255 or 2.68% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #820F04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F04 is #7DF0FB. Grayscale: #303030. Windows color (decimal): -8253692 or 266114. OLE color: 266114.
HSL color Cylindrical-coordinate representation of color #820F04: hue angle of 5.24º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #820F04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.49 |
| HSL | 5.24º | 0.94% | 0.26% | - |
| HSV(B) | 5.24º | 0.97% | 0.51% | - |
| XYZ | 9.4 | 5.1 | 0.6 | - |
| YUV | 48.13 | 103.1 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 4 | 0 | 0.88 | 0.97 | 0.49 | 5.24 | 0.94 | 0.26 |
| Hex | 82 | F | 4 | 0 | 58 | 61 | 31 | 5 | 5E | 1A |
| Octal | 202 | 17 | 4 | 0 | 130 | 141 | 61 | 5 | 136 | 32 |
| Binary | 10000010 | 1111 | 100 | 0 | 1011000 | 1100001 | 110001 | 101 | 1011110 | 11010 |
Color Harmonies of #820F04
Complementary color
Monochromatic Colors of #820F04
Black with #820F04
Text Example
Text Example
White with #820F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F04; }
p { color: rgb(130,15,4); }
H1.HeaderClassName
{
color: #820F04;
}
.AnyTagClassName
{
color: #820F04;
}
</style>
background-color css
<style>
a { background-color: #820F04; }
a { background-color: rgb(130,15,4); }
div.DivClassName
{
background-color: #820F04;
}
.BgClassName
{
background-color: #820F04;
}
</style>
border-color css
<style>
span { border-color: #820F04; }
span { border-color: rgb(130,15,4); }
td.TdClassName
{
border-color: #820F04;
}
.TagClassName
{
border-color: #820F04;
}
</style>