Shades of Maroon #821204
Tints of Maroon #821204
RGB
CMYK
RGB Variations
Color information
#821204 (or 0x821204) is known color: Maroon. HEX triplet: 82, 12 and 04. RGB value is (130,18,4). Sum of RGB (Red+Green+Blue) = 130+18+4=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #821204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821204 is #7DEDFB. Grayscale: #323232. Windows color (decimal): -8252924 or 266882. OLE color: 266882.
HSL color Cylindrical-coordinate representation of color #821204: hue angle of 6.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #821204 is Cyan = 0, Magento = 0.86, Yellow = 0.97 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 4 | - |
| CMYK | 0 | 0.86 | 0.97 | 0.49 |
| HSL | 6.67º | 0.94% | 0.26% | - |
| HSV(B) | 6.67º | 0.97% | 0.51% | - |
| XYZ | 9.44 | 5.19 | 0.62 | - |
| YUV | 49.89 | 102.11 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 4 | 0 | 0.86 | 0.97 | 0.49 | 6.67 | 0.94 | 0.26 |
| Hex | 82 | 12 | 4 | 0 | 56 | 61 | 31 | 7 | 5E | 1A |
| Octal | 202 | 22 | 4 | 0 | 126 | 141 | 61 | 7 | 136 | 32 |
| Binary | 10000010 | 10010 | 100 | 0 | 1010110 | 1100001 | 110001 | 111 | 1011110 | 11010 |
Color Harmonies of #821204
Complementary color
Monochromatic Colors of #821204
Black with #821204
Text Example
Text Example
White with #821204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821204; }
p { color: rgb(130,18,4); }
H1.HeaderClassName
{
color: #821204;
}
.AnyTagClassName
{
color: #821204;
}
</style>
background-color css
<style>
a { background-color: #821204; }
a { background-color: rgb(130,18,4); }
div.DivClassName
{
background-color: #821204;
}
.BgClassName
{
background-color: #821204;
}
</style>
border-color css
<style>
span { border-color: #821204; }
span { border-color: rgb(130,18,4); }
td.TdClassName
{
border-color: #821204;
}
.TagClassName
{
border-color: #821204;
}
</style>