Shades of Maroon #801300
Tints of Maroon #801300
RGB
CMYK
RGB Variations
Color information
#801300 (or 0x801300) is known color: Maroon. HEX triplet: 80, 13 and 00. RGB value is (128,19,0). Sum of RGB (Red+Green+Blue) = 128+19+0=147 (19% of max value = 765). Red value is 128 (50.39% from 255 or 87.07% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 128 - color contains mainly: red. Hex color #801300 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801300 is #7FECFF. Grayscale: #313131. Windows color (decimal): -8383744 or 4992. OLE color: 4992.
HSL color Cylindrical-coordinate representation of color #801300: hue angle of 8.91º 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 #801300 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 19 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.50 |
| HSL | 8.91º | 1% | 0.25% | - |
| HSV(B) | 8.91º | 1% | 0.5% | - |
| XYZ | 9.13 | 5.05 | 0.49 | - |
| YUV | 49.43 | 100.11 | 184.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 0 | 0 | 0.85 | 1 | 0.50 | 8.91 | 1 | 0.25 |
| Hex | 80 | 13 | 0 | 0 | 55 | 64 | 32 | 9 | 64 | 19 |
| Octal | 200 | 23 | 0 | 0 | 125 | 144 | 62 | 11 | 144 | 31 |
| Binary | 10000000 | 10011 | 0 | 0 | 1010101 | 1100100 | 110010 | 1001 | 1100100 | 11001 |
Color Harmonies of #801300
Complementary color
Monochromatic Colors of #801300
Black with #801300
Text Example
Text Example
White with #801300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801300; }
p { color: rgb(128,19,0); }
H1.HeaderClassName
{
color: #801300;
}
.AnyTagClassName
{
color: #801300;
}
</style>
background-color css
<style>
a { background-color: #801300; }
a { background-color: rgb(128,19,0); }
div.DivClassName
{
background-color: #801300;
}
.BgClassName
{
background-color: #801300;
}
</style>
border-color css
<style>
span { border-color: #801300; }
span { border-color: rgb(128,19,0); }
td.TdClassName
{
border-color: #801300;
}
.TagClassName
{
border-color: #801300;
}
</style>