Shades of Maroon #6E0805
Tints of Maroon #6E0805
RGB
CMYK
RGB Variations
Color information
#6E0805 (or 0x6E0805) is known color: Maroon. HEX triplet: 6E, 08 and 05. RGB value is (110,8,5). Sum of RGB (Red+Green+Blue) = 110+8+5=123 (16% of max value = 765). Red value is 110 (43.36% from 255 or 89.43% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0805 is #91F7FA. Grayscale: #262626. Windows color (decimal): -9566203 or 329838. OLE color: 329838.
HSL color Cylindrical-coordinate representation of color #6E0805: hue angle of 1.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0805 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 8 | 5 | - |
| CMYK | 0 | 0.93 | 0.95 | 0.57 |
| HSL | 1.71º | 0.91% | 0.23% | - |
| HSV(B) | 1.71º | 0.95% | 0.43% | - |
| XYZ | 6.54 | 3.5 | 0.47 | - |
| YUV | 38.16 | 109.29 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 8 | 5 | 0 | 0.93 | 0.95 | 0.57 | 1.71 | 0.91 | 0.23 |
| Hex | 6E | 8 | 5 | 0 | 5D | 5F | 39 | 2 | 5B | 17 |
| Octal | 156 | 10 | 5 | 0 | 135 | 137 | 71 | 2 | 133 | 27 |
| Binary | 1101110 | 1000 | 101 | 0 | 1011101 | 1011111 | 111001 | 10 | 1011011 | 10111 |
Color Harmonies of #6E0805
Complementary color
Monochromatic Colors of #6E0805
Black with #6E0805
Text Example
Text Example
White with #6E0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0805; }
p { color: rgb(110,8,5); }
H1.HeaderClassName
{
color: #6E0805;
}
.AnyTagClassName
{
color: #6E0805;
}
</style>
background-color css
<style>
a { background-color: #6E0805; }
a { background-color: rgb(110,8,5); }
div.DivClassName
{
background-color: #6E0805;
}
.BgClassName
{
background-color: #6E0805;
}
</style>
border-color css
<style>
span { border-color: #6E0805; }
span { border-color: rgb(110,8,5); }
td.TdClassName
{
border-color: #6E0805;
}
.TagClassName
{
border-color: #6E0805;
}
</style>