Shades of Maroon #800100
Tints of Maroon #800100
RGB
CMYK
RGB Variations
Color information
#800100 (or 0x800100) is known color: Maroon. HEX triplet: 80, 01 and 00. RGB value is (128,1,0). Sum of RGB (Red+Green+Blue) = 128+1+0=129 (17% of max value = 765). Red value is 128 (50.39% from 255 or 99.22% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 128 - color contains mainly: red. Hex color #800100 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800100 is #7FFEFF. Grayscale: #262626. Windows color (decimal): -8388352 or 384. OLE color: 384.
HSL color Cylindrical-coordinate representation of color #800100: hue angle of 0.47º 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 #800100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.50 |
| HSL | 0.47º | 1% | 0.25% | - |
| HSV(B) | 0.47º | 1% | 0.5% | - |
| XYZ | 8.91 | 4.61 | 0.42 | - |
| YUV | 38.86 | 106.08 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 1 | 0 | 0 | 0.99 | 1 | 0.50 | 0.47 | 1 | 0.25 |
| Hex | 80 | 1 | 0 | 0 | 63 | 64 | 32 | 0 | 64 | 19 |
| Octal | 200 | 1 | 0 | 0 | 143 | 144 | 62 | 0 | 144 | 31 |
| Binary | 10000000 | 1 | 0 | 0 | 1100011 | 1100100 | 110010 | 0 | 1100100 | 11001 |
Color Harmonies of #800100
Complementary color
Monochromatic Colors of #800100
Black with #800100
Text Example
Text Example
White with #800100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800100; }
p { color: rgb(128,1,0); }
H1.HeaderClassName
{
color: #800100;
}
.AnyTagClassName
{
color: #800100;
}
</style>
background-color css
<style>
a { background-color: #800100; }
a { background-color: rgb(128,1,0); }
div.DivClassName
{
background-color: #800100;
}
.BgClassName
{
background-color: #800100;
}
</style>
border-color css
<style>
span { border-color: #800100; }
span { border-color: rgb(128,1,0); }
td.TdClassName
{
border-color: #800100;
}
.TagClassName
{
border-color: #800100;
}
</style>