Shades of Maroon #801600
Tints of Maroon #801600
RGB
CMYK
RGB Variations
Color information
#801600 (or 0x801600) is known color: Maroon. HEX triplet: 80, 16 and 00. RGB value is (128,22,0). Sum of RGB (Red+Green+Blue) = 128+22+0=150 (19% of max value = 765). Red value is 128 (50.39% from 255 or 85.33% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 128 - color contains mainly: red. Hex color #801600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801600 is #7FE9FF. Grayscale: #333333. Windows color (decimal): -8382976 or 5760. OLE color: 5760.
HSL color Cylindrical-coordinate representation of color #801600: hue angle of 10.31º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #801600 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 22 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.50 |
| HSL | 10.31º | 1% | 0.25% | - |
| HSV(B) | 10.31º | 1% | 0.5% | - |
| XYZ | 9.19 | 5.16 | 0.51 | - |
| YUV | 51.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 22 | 0 | 0 | 0.83 | 1 | 0.50 | 10.31 | 1 | 0.25 |
| Hex | 80 | 16 | 0 | 0 | 53 | 64 | 32 | A | 64 | 19 |
| Octal | 200 | 26 | 0 | 0 | 123 | 144 | 62 | 12 | 144 | 31 |
| Binary | 10000000 | 10110 | 0 | 0 | 1010011 | 1100100 | 110010 | 1010 | 1100100 | 11001 |
Color Harmonies of #801600
Complementary color
Monochromatic Colors of #801600
Black with #801600
Text Example
Text Example
White with #801600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801600; }
p { color: rgb(128,22,0); }
H1.HeaderClassName
{
color: #801600;
}
.AnyTagClassName
{
color: #801600;
}
</style>
background-color css
<style>
a { background-color: #801600; }
a { background-color: rgb(128,22,0); }
div.DivClassName
{
background-color: #801600;
}
.BgClassName
{
background-color: #801600;
}
</style>
border-color css
<style>
span { border-color: #801600; }
span { border-color: rgb(128,22,0); }
td.TdClassName
{
border-color: #801600;
}
.TagClassName
{
border-color: #801600;
}
</style>