Shades of Maroon #820A02
Tints of Maroon #820A02
RGB
CMYK
RGB Variations
Color information
#820A02 (or 0x820A02) is known color: Maroon. HEX triplet: 82, 0A and 02. RGB value is (130,10,2). Sum of RGB (Red+Green+Blue) = 130+10+2=142 (18% of max value = 765). Red value is 130 (51.17% from 255 or 91.55% from 142); Green value is 10 (4.30% from 255 or 7.04% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 130 - color contains mainly: red. Hex color #820A02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820A02 is #7DF5FD. Grayscale: #2D2D2D. Windows color (decimal): -8254974 or 133762. OLE color: 133762.
HSL color Cylindrical-coordinate representation of color #820A02: hue angle of 3.75º 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 #820A02 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 10 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.49 |
| HSL | 3.75º | 0.97% | 0.26% | - |
| HSV(B) | 3.75º | 0.98% | 0.51% | - |
| XYZ | 9.33 | 4.97 | 0.52 | - |
| YUV | 44.97 | 103.76 | 188.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 2 | 0 | 0.92 | 0.98 | 0.49 | 3.75 | 0.97 | 0.26 |
| Hex | 82 | A | 2 | 0 | 5C | 62 | 31 | 4 | 61 | 1A |
| Octal | 202 | 12 | 2 | 0 | 134 | 142 | 61 | 4 | 141 | 32 |
| Binary | 10000010 | 1010 | 10 | 0 | 1011100 | 1100010 | 110001 | 100 | 1100001 | 11010 |
Color Harmonies of #820A02
Complementary color
Monochromatic Colors of #820A02
Black with #820A02
Text Example
Text Example
White with #820A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A02; }
p { color: rgb(130,10,2); }
H1.HeaderClassName
{
color: #820A02;
}
.AnyTagClassName
{
color: #820A02;
}
</style>
background-color css
<style>
a { background-color: #820A02; }
a { background-color: rgb(130,10,2); }
div.DivClassName
{
background-color: #820A02;
}
.BgClassName
{
background-color: #820A02;
}
</style>
border-color css
<style>
span { border-color: #820A02; }
span { border-color: rgb(130,10,2); }
td.TdClassName
{
border-color: #820A02;
}
.TagClassName
{
border-color: #820A02;
}
</style>