Shades of Maroon #800605
Tints of Maroon #800605
RGB
CMYK
RGB Variations
Color information
#800605 (or 0x800605) is known color: Maroon. HEX triplet: 80, 06 and 05. RGB value is (128,6,5). Sum of RGB (Red+Green+Blue) = 128+6+5=139 (18% of max value = 765). Red value is 128 (50.39% from 255 or 92.09% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 128 - color contains mainly: red. Hex color #800605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800605 is #7FF9FA. Grayscale: #2A2A2A. Windows color (decimal): -8387067 or 329344. OLE color: 329344.
HSL color Cylindrical-coordinate representation of color #800605: hue angle of 0.49º 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 #800605 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 6 | 5 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.50 |
| HSL | 0.49º | 0.92% | 0.26% | - |
| HSV(B) | 0.49º | 0.96% | 0.5% | - |
| XYZ | 8.99 | 4.73 | 0.58 | - |
| YUV | 42.36 | 106.92 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 5 | 0 | 0.95 | 0.96 | 0.50 | 0.49 | 0.92 | 0.26 |
| Hex | 80 | 6 | 5 | 0 | 5F | 60 | 32 | 0 | 5C | 1A |
| Octal | 200 | 6 | 5 | 0 | 137 | 140 | 62 | 0 | 134 | 32 |
| Binary | 10000000 | 110 | 101 | 0 | 1011111 | 1100000 | 110010 | 0 | 1011100 | 11010 |
Color Harmonies of #800605
Complementary color
Monochromatic Colors of #800605
Black with #800605
Text Example
Text Example
White with #800605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800605; }
p { color: rgb(128,6,5); }
H1.HeaderClassName
{
color: #800605;
}
.AnyTagClassName
{
color: #800605;
}
</style>
background-color css
<style>
a { background-color: #800605; }
a { background-color: rgb(128,6,5); }
div.DivClassName
{
background-color: #800605;
}
.BgClassName
{
background-color: #800605;
}
</style>
border-color css
<style>
span { border-color: #800605; }
span { border-color: rgb(128,6,5); }
td.TdClassName
{
border-color: #800605;
}
.TagClassName
{
border-color: #800605;
}
</style>