Shades of Maroon #821100
Tints of Maroon #821100
RGB
CMYK
RGB Variations
Color information
#821100 (or 0x821100) is known color: Maroon. HEX triplet: 82, 11 and 00. RGB value is (130,17,0). Sum of RGB (Red+Green+Blue) = 130+17+0=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #821100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821100 is #7DEEFF. Grayscale: #313131. Windows color (decimal): -8253184 or 4482. OLE color: 4482.
HSL color Cylindrical-coordinate representation of color #821100: hue angle of 7.85º 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 #821100 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 17 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.49 |
| HSL | 7.85º | 1% | 0.25% | - |
| HSV(B) | 7.85º | 1% | 0.51% | - |
| XYZ | 9.41 | 5.15 | 0.5 | - |
| YUV | 48.85 | 100.44 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 17 | 0 | 0 | 0.87 | 1 | 0.49 | 7.85 | 1 | 0.25 |
| Hex | 82 | 11 | 0 | 0 | 57 | 64 | 31 | 8 | 64 | 19 |
| Octal | 202 | 21 | 0 | 0 | 127 | 144 | 61 | 10 | 144 | 31 |
| Binary | 10000010 | 10001 | 0 | 0 | 1010111 | 1100100 | 110001 | 1000 | 1100100 | 11001 |
Color Harmonies of #821100
Complementary color
Monochromatic Colors of #821100
Black with #821100
Text Example
Text Example
White with #821100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821100; }
p { color: rgb(130,17,0); }
H1.HeaderClassName
{
color: #821100;
}
.AnyTagClassName
{
color: #821100;
}
</style>
background-color css
<style>
a { background-color: #821100; }
a { background-color: rgb(130,17,0); }
div.DivClassName
{
background-color: #821100;
}
.BgClassName
{
background-color: #821100;
}
</style>
border-color css
<style>
span { border-color: #821100; }
span { border-color: rgb(130,17,0); }
td.TdClassName
{
border-color: #821100;
}
.TagClassName
{
border-color: #821100;
}
</style>