Shades of Merlot #6E3A44
Tints of Merlot #6E3A44
RGB
CMYK
RGB Variations
Color information
#6E3A44 (or 0x6E3A44) is known color: Merlot. HEX triplet: 6E, 3A and 44. RGB value is (110,58,68). Sum of RGB (Red+Green+Blue) = 110+58+68=236 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.61% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3A44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3A44 is #91C5BB. Grayscale: #4A4A4A. Windows color (decimal): -9553340 or 4471406. OLE color: 4471406.
HSL color Cylindrical-coordinate representation of color #6E3A44: hue angle of 348.46º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6E3A44 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 58 | 68 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.57 |
| HSL | 348.46º | 0.31% | 0.33% | - |
| HSV(B) | 348.46º | 0.47% | 0.43% | - |
| XYZ | 8.99 | 6.76 | 6.3 | - |
| YUV | 74.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 58 | 68 | 0 | 0.47 | 0.38 | 0.57 | 348.46 | 0.31 | 0.33 |
| Hex | 6E | 3A | 44 | 0 | 2F | 26 | 39 | 15C | 1F | 21 |
| Octal | 156 | 72 | 104 | 0 | 57 | 46 | 71 | 534 | 37 | 41 |
| Binary | 1101110 | 111010 | 1000100 | 0 | 101111 | 100110 | 111001 | 101011100 | 11111 | 100001 |
Color Harmonies of #6E3A44
Complementary color
Monochromatic Colors of #6E3A44
Black with #6E3A44
Text Example
Text Example
White with #6E3A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3A44; }
p { color: rgb(110,58,68); }
H1.HeaderClassName
{
color: #6E3A44;
}
.AnyTagClassName
{
color: #6E3A44;
}
</style>
background-color css
<style>
a { background-color: #6E3A44; }
a { background-color: rgb(110,58,68); }
div.DivClassName
{
background-color: #6E3A44;
}
.BgClassName
{
background-color: #6E3A44;
}
</style>
border-color css
<style>
span { border-color: #6E3A44; }
span { border-color: rgb(110,58,68); }
td.TdClassName
{
border-color: #6E3A44;
}
.TagClassName
{
border-color: #6E3A44;
}
</style>