Shades of Maroon #801403
Tints of Maroon #801403
RGB
CMYK
RGB Variations
Color information
#801403 (or 0x801403) is known color: Maroon. HEX triplet: 80, 14 and 03. RGB value is (128,20,3). Sum of RGB (Red+Green+Blue) = 128+20+3=151 (20% of max value = 765). Red value is 128 (50.39% from 255 or 84.77% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 128 - color contains mainly: red. Hex color #801403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #801403 is #7FEBFC. Grayscale: #323232. Windows color (decimal): -8383485 or 201856. OLE color: 201856.
HSL color Cylindrical-coordinate representation of color #801403: hue angle of 8.16º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #801403 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 20 | 3 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.50 |
| HSL | 8.16º | 0.95% | 0.26% | - |
| HSV(B) | 8.16º | 0.98% | 0.5% | - |
| XYZ | 9.17 | 5.1 | 0.59 | - |
| YUV | 50.35 | 101.28 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 20 | 3 | 0 | 0.84 | 0.98 | 0.50 | 8.16 | 0.95 | 0.26 |
| Hex | 80 | 14 | 3 | 0 | 54 | 62 | 32 | 8 | 5F | 1A |
| Octal | 200 | 24 | 3 | 0 | 124 | 142 | 62 | 10 | 137 | 32 |
| Binary | 10000000 | 10100 | 11 | 0 | 1010100 | 1100010 | 110010 | 1000 | 1011111 | 11010 |
Color Harmonies of #801403
Complementary color
Monochromatic Colors of #801403
Black with #801403
Text Example
Text Example
White with #801403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801403; }
p { color: rgb(128,20,3); }
H1.HeaderClassName
{
color: #801403;
}
.AnyTagClassName
{
color: #801403;
}
</style>
background-color css
<style>
a { background-color: #801403; }
a { background-color: rgb(128,20,3); }
div.DivClassName
{
background-color: #801403;
}
.BgClassName
{
background-color: #801403;
}
</style>
border-color css
<style>
span { border-color: #801403; }
span { border-color: rgb(128,20,3); }
td.TdClassName
{
border-color: #801403;
}
.TagClassName
{
border-color: #801403;
}
</style>