Shades of Maroon #820702
Tints of Maroon #820702
RGB
CMYK
RGB Variations
Color information
#820702 (or 0x820702) is known color: Maroon. HEX triplet: 82, 07 and 02. RGB value is (130,7,2). Sum of RGB (Red+Green+Blue) = 130+7+2=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820702 is #7DF8FD. Grayscale: #2B2B2B. Windows color (decimal): -8255742 or 132994. OLE color: 132994.
HSL color Cylindrical-coordinate representation of color #820702: hue angle of 2.34º 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 #820702 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 7 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.49 |
| HSL | 2.34º | 0.97% | 0.26% | - |
| HSV(B) | 2.34º | 0.98% | 0.51% | - |
| XYZ | 9.29 | 4.9 | 0.51 | - |
| YUV | 43.21 | 104.75 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 7 | 2 | 0 | 0.95 | 0.98 | 0.49 | 2.34 | 0.97 | 0.26 |
| Hex | 82 | 7 | 2 | 0 | 5F | 62 | 31 | 2 | 61 | 1A |
| Octal | 202 | 7 | 2 | 0 | 137 | 142 | 61 | 2 | 141 | 32 |
| Binary | 10000010 | 111 | 10 | 0 | 1011111 | 1100010 | 110001 | 10 | 1100001 | 11010 |
Color Harmonies of #820702
Complementary color
Monochromatic Colors of #820702
Black with #820702
Text Example
Text Example
White with #820702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820702; }
p { color: rgb(130,7,2); }
H1.HeaderClassName
{
color: #820702;
}
.AnyTagClassName
{
color: #820702;
}
</style>
background-color css
<style>
a { background-color: #820702; }
a { background-color: rgb(130,7,2); }
div.DivClassName
{
background-color: #820702;
}
.BgClassName
{
background-color: #820702;
}
</style>
border-color css
<style>
span { border-color: #820702; }
span { border-color: rgb(130,7,2); }
td.TdClassName
{
border-color: #820702;
}
.TagClassName
{
border-color: #820702;
}
</style>