Shades of Maroon #800705
Tints of Maroon #800705
RGB
CMYK
RGB Variations
Color information
#800705 (or 0x800705) is known color: Maroon. HEX triplet: 80, 07 and 05. RGB value is (128,7,5). Sum of RGB (Red+Green+Blue) = 128+7+5=140 (18% of max value = 765). Red value is 128 (50.39% from 255 or 91.43% from 140); Green value is 7 (3.12% from 255 or 5% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 128 - color contains mainly: red. Hex color #800705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800705 is #7FF8FA. Grayscale: #2B2B2B. Windows color (decimal): -8386811 or 329600. OLE color: 329600.
HSL color Cylindrical-coordinate representation of color #800705: hue angle of 0.98º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800705 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 7 | 5 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.50 |
| HSL | 0.98º | 0.92% | 0.26% | - |
| HSV(B) | 0.98º | 0.96% | 0.5% | - |
| XYZ | 9.01 | 4.75 | 0.59 | - |
| YUV | 42.95 | 106.59 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 7 | 5 | 0 | 0.95 | 0.96 | 0.50 | 0.98 | 0.92 | 0.26 |
| Hex | 80 | 7 | 5 | 0 | 5F | 60 | 32 | 1 | 5C | 1A |
| Octal | 200 | 7 | 5 | 0 | 137 | 140 | 62 | 1 | 134 | 32 |
| Binary | 10000000 | 111 | 101 | 0 | 1011111 | 1100000 | 110010 | 1 | 1011100 | 11010 |
Color Harmonies of #800705
Complementary color
Monochromatic Colors of #800705
Black with #800705
Text Example
Text Example
White with #800705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800705; }
p { color: rgb(128,7,5); }
H1.HeaderClassName
{
color: #800705;
}
.AnyTagClassName
{
color: #800705;
}
</style>
background-color css
<style>
a { background-color: #800705; }
a { background-color: rgb(128,7,5); }
div.DivClassName
{
background-color: #800705;
}
.BgClassName
{
background-color: #800705;
}
</style>
border-color css
<style>
span { border-color: #800705; }
span { border-color: rgb(128,7,5); }
td.TdClassName
{
border-color: #800705;
}
.TagClassName
{
border-color: #800705;
}
</style>