Shades of Maroon #820E02
Tints of Maroon #820E02
RGB
CMYK
RGB Variations
Color information
#820E02 (or 0x820E02) is known color: Maroon. HEX triplet: 82, 0E and 02. RGB value is (130,14,2). Sum of RGB (Red+Green+Blue) = 130+14+2=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #820E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E02 is #7DF1FD. Grayscale: #2F2F2F. Windows color (decimal): -8253950 or 134786. OLE color: 134786.
HSL color Cylindrical-coordinate representation of color #820E02: hue angle of 5.62º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #820E02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 14 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.49 |
| HSL | 5.63º | 0.97% | 0.26% | - |
| HSV(B) | 5.63º | 0.98% | 0.51% | - |
| XYZ | 9.37 | 5.06 | 0.54 | - |
| YUV | 47.32 | 102.43 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 14 | 2 | 0 | 0.89 | 0.98 | 0.49 | 5.63 | 0.97 | 0.26 |
| Hex | 82 | E | 2 | 0 | 59 | 62 | 31 | 6 | 61 | 1A |
| Octal | 202 | 16 | 2 | 0 | 131 | 142 | 61 | 6 | 141 | 32 |
| Binary | 10000010 | 1110 | 10 | 0 | 1011001 | 1100010 | 110001 | 110 | 1100001 | 11010 |
Color Harmonies of #820E02
Complementary color
Monochromatic Colors of #820E02
Black with #820E02
Text Example
Text Example
White with #820E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820E02; }
p { color: rgb(130,14,2); }
H1.HeaderClassName
{
color: #820E02;
}
.AnyTagClassName
{
color: #820E02;
}
</style>
background-color css
<style>
a { background-color: #820E02; }
a { background-color: rgb(130,14,2); }
div.DivClassName
{
background-color: #820E02;
}
.BgClassName
{
background-color: #820E02;
}
</style>
border-color css
<style>
span { border-color: #820E02; }
span { border-color: rgb(130,14,2); }
td.TdClassName
{
border-color: #820E02;
}
.TagClassName
{
border-color: #820E02;
}
</style>