Shades of Maroon #6E0A05
Tints of Maroon #6E0A05
RGB
CMYK
RGB Variations
Color information
#6E0A05 (or 0x6E0A05) is known color: Maroon. HEX triplet: 6E, 0A and 05. RGB value is (110,10,5). Sum of RGB (Red+Green+Blue) = 110+10+5=125 (16% of max value = 765). Red value is 110 (43.36% from 255 or 88% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0A05 is #91F5FA. Grayscale: #272727. Windows color (decimal): -9565691 or 330350. OLE color: 330350.
HSL color Cylindrical-coordinate representation of color #6E0A05: hue angle of 2.86º 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 #6E0A05 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 10 | 5 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.57 |
| HSL | 2.86º | 0.91% | 0.23% | - |
| HSV(B) | 2.86º | 0.95% | 0.43% | - |
| XYZ | 6.57 | 3.54 | 0.48 | - |
| YUV | 39.33 | 108.63 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 10 | 5 | 0 | 0.91 | 0.95 | 0.57 | 2.86 | 0.91 | 0.23 |
| Hex | 6E | A | 5 | 0 | 5B | 5F | 39 | 3 | 5B | 17 |
| Octal | 156 | 12 | 5 | 0 | 133 | 137 | 71 | 3 | 133 | 27 |
| Binary | 1101110 | 1010 | 101 | 0 | 1011011 | 1011111 | 111001 | 11 | 1011011 | 10111 |
Color Harmonies of #6E0A05
Complementary color
Monochromatic Colors of #6E0A05
Black with #6E0A05
Text Example
Text Example
White with #6E0A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E0A05; }
p { color: rgb(110,10,5); }
H1.HeaderClassName
{
color: #6E0A05;
}
.AnyTagClassName
{
color: #6E0A05;
}
</style>
background-color css
<style>
a { background-color: #6E0A05; }
a { background-color: rgb(110,10,5); }
div.DivClassName
{
background-color: #6E0A05;
}
.BgClassName
{
background-color: #6E0A05;
}
</style>
border-color css
<style>
span { border-color: #6E0A05; }
span { border-color: rgb(110,10,5); }
td.TdClassName
{
border-color: #6E0A05;
}
.TagClassName
{
border-color: #6E0A05;
}
</style>