Shades of Maroon #800303
Tints of Maroon #800303
RGB
CMYK
RGB Variations
Color information
#800303 (or 0x800303) is known color: Maroon. HEX triplet: 80, 03 and 03. RGB value is (128,3,3). Sum of RGB (Red+Green+Blue) = 128+3+3=134 (17% of max value = 765). Red value is 128 (50.39% from 255 or 95.52% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 3 (1.56% from 255 or 2.24% from 134); Max value from RGB is 128 - color contains mainly: red. Hex color #800303 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800303 is #7FFCFC. Grayscale: #282828. Windows color (decimal): -8387837 or 197504. OLE color: 197504.
HSL color Cylindrical-coordinate representation of color #800303: hue angle of 0º 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 #800303 is Cyan = 0, Magento = 0.98, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 3 | 3 | - |
| CMYK | 0 | 0.98 | 0.98 | 0.50 |
| HSL | 0º | 0.95% | 0.26% | - |
| HSV(B) | 0º | 0.98% | 0.5% | - |
| XYZ | 8.95 | 4.66 | 0.51 | - |
| YUV | 40.38 | 106.91 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 3 | 3 | 0 | 0.98 | 0.98 | 0.50 | 0 | 0.95 | 0.26 |
| Hex | 80 | 3 | 3 | 0 | 62 | 62 | 32 | 0 | 5F | 1A |
| Octal | 200 | 3 | 3 | 0 | 142 | 142 | 62 | 0 | 137 | 32 |
| Binary | 10000000 | 11 | 11 | 0 | 1100010 | 1100010 | 110010 | 0 | 1011111 | 11010 |
Color Harmonies of #800303
Complementary color
Monochromatic Colors of #800303
Black with #800303
Text Example
Text Example
White with #800303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800303; }
p { color: rgb(128,3,3); }
H1.HeaderClassName
{
color: #800303;
}
.AnyTagClassName
{
color: #800303;
}
</style>
background-color css
<style>
a { background-color: #800303; }
a { background-color: rgb(128,3,3); }
div.DivClassName
{
background-color: #800303;
}
.BgClassName
{
background-color: #800303;
}
</style>
border-color css
<style>
span { border-color: #800303; }
span { border-color: rgb(128,3,3); }
td.TdClassName
{
border-color: #800303;
}
.TagClassName
{
border-color: #800303;
}
</style>