Shades of Maroon #820C02
Tints of Maroon #820C02
RGB
CMYK
RGB Variations
Color information
#820C02 (or 0x820C02) is known color: Maroon. HEX triplet: 82, 0C and 02. RGB value is (130,12,2). Sum of RGB (Red+Green+Blue) = 130+12+2=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #820C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C02 is #7DF3FD. Grayscale: #2E2E2E. Windows color (decimal): -8254462 or 134274. OLE color: 134274.
HSL color Cylindrical-coordinate representation of color #820C02: hue angle of 4.69º 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 #820C02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 12 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.49 |
| HSL | 4.69º | 0.97% | 0.26% | - |
| HSV(B) | 4.69º | 0.98% | 0.51% | - |
| XYZ | 9.35 | 5.01 | 0.53 | - |
| YUV | 46.14 | 103.09 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 2 | 0 | 0.91 | 0.98 | 0.49 | 4.69 | 0.97 | 0.26 |
| Hex | 82 | C | 2 | 0 | 5B | 62 | 31 | 5 | 61 | 1A |
| Octal | 202 | 14 | 2 | 0 | 133 | 142 | 61 | 5 | 141 | 32 |
| Binary | 10000010 | 1100 | 10 | 0 | 1011011 | 1100010 | 110001 | 101 | 1100001 | 11010 |
Color Harmonies of #820C02
Complementary color
Monochromatic Colors of #820C02
Black with #820C02
Text Example
Text Example
White with #820C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C02; }
p { color: rgb(130,12,2); }
H1.HeaderClassName
{
color: #820C02;
}
.AnyTagClassName
{
color: #820C02;
}
</style>
background-color css
<style>
a { background-color: #820C02; }
a { background-color: rgb(130,12,2); }
div.DivClassName
{
background-color: #820C02;
}
.BgClassName
{
background-color: #820C02;
}
</style>
border-color css
<style>
span { border-color: #820C02; }
span { border-color: rgb(130,12,2); }
td.TdClassName
{
border-color: #820C02;
}
.TagClassName
{
border-color: #820C02;
}
</style>