Shades of Maroon #820902
Tints of Maroon #820902
RGB
CMYK
RGB Variations
Color information
#820902 (or 0x820902) is known color: Maroon. HEX triplet: 82, 09 and 02. RGB value is (130,9,2). Sum of RGB (Red+Green+Blue) = 130+9+2=141 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.20% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 130 - color contains mainly: red. Hex color #820902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820902 is #7DF6FD. Grayscale: #2C2C2C. Windows color (decimal): -8255230 or 133506. OLE color: 133506.
HSL color Cylindrical-coordinate representation of color #820902: hue angle of 3.28º 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 #820902 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 9 | 2 | - |
| CMYK | 0 | 0.93 | 0.98 | 0.49 |
| HSL | 3.28º | 0.97% | 0.26% | - |
| HSV(B) | 3.28º | 0.98% | 0.51% | - |
| XYZ | 9.31 | 4.95 | 0.52 | - |
| YUV | 44.38 | 104.09 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 2 | 0 | 0.93 | 0.98 | 0.49 | 3.28 | 0.97 | 0.26 |
| Hex | 82 | 9 | 2 | 0 | 5D | 62 | 31 | 3 | 61 | 1A |
| Octal | 202 | 11 | 2 | 0 | 135 | 142 | 61 | 3 | 141 | 32 |
| Binary | 10000010 | 1001 | 10 | 0 | 1011101 | 1100010 | 110001 | 11 | 1100001 | 11010 |
Color Harmonies of #820902
Complementary color
Monochromatic Colors of #820902
Black with #820902
Text Example
Text Example
White with #820902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820902; }
p { color: rgb(130,9,2); }
H1.HeaderClassName
{
color: #820902;
}
.AnyTagClassName
{
color: #820902;
}
</style>
background-color css
<style>
a { background-color: #820902; }
a { background-color: rgb(130,9,2); }
div.DivClassName
{
background-color: #820902;
}
.BgClassName
{
background-color: #820902;
}
</style>
border-color css
<style>
span { border-color: #820902; }
span { border-color: rgb(130,9,2); }
td.TdClassName
{
border-color: #820902;
}
.TagClassName
{
border-color: #820902;
}
</style>