Shades of Maroon #821601
Tints of Maroon #821601
RGB
CMYK
RGB Variations
Color information
#821601 (or 0x821601) is known color: Maroon. HEX triplet: 82, 16 and 01. RGB value is (130,22,1). Sum of RGB (Red+Green+Blue) = 130+22+1=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821601 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821601 is #7DE9FE. Grayscale: #343434. Windows color (decimal): -8251903 or 71298. OLE color: 71298.
HSL color Cylindrical-coordinate representation of color #821601: hue angle of 9.77º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #821601 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 22 | 1 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.49 |
| HSL | 9.77º | 0.98% | 0.26% | - |
| HSV(B) | 9.77º | 0.99% | 0.51% | - |
| XYZ | 9.5 | 5.32 | 0.56 | - |
| YUV | 51.9 | 99.28 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 22 | 1 | 0 | 0.83 | 0.99 | 0.49 | 9.77 | 0.98 | 0.26 |
| Hex | 82 | 16 | 1 | 0 | 53 | 63 | 31 | A | 62 | 1A |
| Octal | 202 | 26 | 1 | 0 | 123 | 143 | 61 | 12 | 142 | 32 |
| Binary | 10000010 | 10110 | 1 | 0 | 1010011 | 1100011 | 110001 | 1010 | 1100010 | 11010 |
Color Harmonies of #821601
Complementary color
Monochromatic Colors of #821601
Black with #821601
Text Example
Text Example
White with #821601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821601; }
p { color: rgb(130,22,1); }
H1.HeaderClassName
{
color: #821601;
}
.AnyTagClassName
{
color: #821601;
}
</style>
background-color css
<style>
a { background-color: #821601; }
a { background-color: rgb(130,22,1); }
div.DivClassName
{
background-color: #821601;
}
.BgClassName
{
background-color: #821601;
}
</style>
border-color css
<style>
span { border-color: #821601; }
span { border-color: rgb(130,22,1); }
td.TdClassName
{
border-color: #821601;
}
.TagClassName
{
border-color: #821601;
}
</style>