Shades of Maroon #821200
Tints of Maroon #821200
RGB
CMYK
RGB Variations
Color information
#821200 (or 0x821200) is known color: Maroon. HEX triplet: 82, 12 and 00. RGB value is (130,18,0). Sum of RGB (Red+Green+Blue) = 130+18+0=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #821200 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821200 is #7DEDFF. Grayscale: #313131. Windows color (decimal): -8252928 or 4738. OLE color: 4738.
HSL color Cylindrical-coordinate representation of color #821200: hue angle of 8.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #821200 is Cyan = 0, Magento = 0.86, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 18 | 0 | - |
| CMYK | 0 | 0.86 | 1 | 0.49 |
| HSL | 8.31º | 1% | 0.25% | - |
| HSV(B) | 8.31º | 1% | 0.51% | - |
| XYZ | 9.42 | 5.18 | 0.5 | - |
| YUV | 49.44 | 100.11 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 18 | 0 | 0 | 0.86 | 1 | 0.49 | 8.31 | 1 | 0.25 |
| Hex | 82 | 12 | 0 | 0 | 56 | 64 | 31 | 8 | 64 | 19 |
| Octal | 202 | 22 | 0 | 0 | 126 | 144 | 61 | 10 | 144 | 31 |
| Binary | 10000010 | 10010 | 0 | 0 | 1010110 | 1100100 | 110001 | 1000 | 1100100 | 11001 |
Color Harmonies of #821200
Complementary color
Monochromatic Colors of #821200
Black with #821200
Text Example
Text Example
White with #821200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821200; }
p { color: rgb(130,18,0); }
H1.HeaderClassName
{
color: #821200;
}
.AnyTagClassName
{
color: #821200;
}
</style>
background-color css
<style>
a { background-color: #821200; }
a { background-color: rgb(130,18,0); }
div.DivClassName
{
background-color: #821200;
}
.BgClassName
{
background-color: #821200;
}
</style>
border-color css
<style>
span { border-color: #821200; }
span { border-color: rgb(130,18,0); }
td.TdClassName
{
border-color: #821200;
}
.TagClassName
{
border-color: #821200;
}
</style>