Shades of Maroon #820F02
Tints of Maroon #820F02
RGB
CMYK
RGB Variations
Color information
#820F02 (or 0x820F02) is known color: Maroon. HEX triplet: 82, 0F and 02. RGB value is (130,15,2). Sum of RGB (Red+Green+Blue) = 130+15+2=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #820F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820F02 is #7DF0FD. Grayscale: #303030. Windows color (decimal): -8253694 or 135042. OLE color: 135042.
HSL color Cylindrical-coordinate representation of color #820F02: hue angle of 6.09º 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 #820F02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 15 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.49 |
| HSL | 6.09º | 0.97% | 0.26% | - |
| HSV(B) | 6.09º | 0.98% | 0.51% | - |
| XYZ | 9.39 | 5.09 | 0.55 | - |
| YUV | 47.9 | 102.1 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 2 | 0 | 0.88 | 0.98 | 0.49 | 6.09 | 0.97 | 0.26 |
| Hex | 82 | F | 2 | 0 | 58 | 62 | 31 | 6 | 61 | 1A |
| Octal | 202 | 17 | 2 | 0 | 130 | 142 | 61 | 6 | 141 | 32 |
| Binary | 10000010 | 1111 | 10 | 0 | 1011000 | 1100010 | 110001 | 110 | 1100001 | 11010 |
Color Harmonies of #820F02
Complementary color
Monochromatic Colors of #820F02
Black with #820F02
Text Example
Text Example
White with #820F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F02; }
p { color: rgb(130,15,2); }
H1.HeaderClassName
{
color: #820F02;
}
.AnyTagClassName
{
color: #820F02;
}
</style>
background-color css
<style>
a { background-color: #820F02; }
a { background-color: rgb(130,15,2); }
div.DivClassName
{
background-color: #820F02;
}
.BgClassName
{
background-color: #820F02;
}
</style>
border-color css
<style>
span { border-color: #820F02; }
span { border-color: rgb(130,15,2); }
td.TdClassName
{
border-color: #820F02;
}
.TagClassName
{
border-color: #820F02;
}
</style>