Shades of Maroon #800403
Tints of Maroon #800403
RGB
CMYK
RGB Variations
Color information
#800403 (or 0x800403) is known color: Maroon. HEX triplet: 80, 04 and 03. RGB value is (128,4,3). Sum of RGB (Red+Green+Blue) = 128+4+3=135 (17% of max value = 765). Red value is 128 (50.39% from 255 or 94.81% from 135); Green value is 4 (1.95% from 255 or 2.96% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 128 - color contains mainly: red. Hex color #800403 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800403 is #7FFBFC. Grayscale: #292929. Windows color (decimal): -8387581 or 197760. OLE color: 197760.
HSL color Cylindrical-coordinate representation of color #800403: hue angle of 0.48º 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 #800403 is Cyan = 0, Magento = 0.97, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 4 | 3 | - |
| CMYK | 0 | 0.97 | 0.98 | 0.50 |
| HSL | 0.48º | 0.95% | 0.26% | - |
| HSV(B) | 0.48º | 0.98% | 0.5% | - |
| XYZ | 8.96 | 4.68 | 0.52 | - |
| YUV | 40.96 | 106.58 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 4 | 3 | 0 | 0.97 | 0.98 | 0.50 | 0.48 | 0.95 | 0.26 |
| Hex | 80 | 4 | 3 | 0 | 61 | 62 | 32 | 0 | 5F | 1A |
| Octal | 200 | 4 | 3 | 0 | 141 | 142 | 62 | 0 | 137 | 32 |
| Binary | 10000000 | 100 | 11 | 0 | 1100001 | 1100010 | 110010 | 0 | 1011111 | 11010 |
Color Harmonies of #800403
Complementary color
Monochromatic Colors of #800403
Black with #800403
Text Example
Text Example
White with #800403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800403; }
p { color: rgb(128,4,3); }
H1.HeaderClassName
{
color: #800403;
}
.AnyTagClassName
{
color: #800403;
}
</style>
background-color css
<style>
a { background-color: #800403; }
a { background-color: rgb(128,4,3); }
div.DivClassName
{
background-color: #800403;
}
.BgClassName
{
background-color: #800403;
}
</style>
border-color css
<style>
span { border-color: #800403; }
span { border-color: rgb(128,4,3); }
td.TdClassName
{
border-color: #800403;
}
.TagClassName
{
border-color: #800403;
}
</style>