Shades of Merlot #6E3035
Tints of Merlot #6E3035
RGB
CMYK
RGB Variations
Color information
#6E3035 (or 0x6E3035) is known color: Merlot. HEX triplet: 6E, 30 and 35. RGB value is (110,48,53). Sum of RGB (Red+Green+Blue) = 110+48+53=211 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.13% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3035 is #91CFCA. Grayscale: #434343. Windows color (decimal): -9555915 or 3485806. OLE color: 3485806.
HSL color Cylindrical-coordinate representation of color #6E3035: hue angle of 355.16º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E3035 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 48 | 53 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.57 |
| HSL | 355.16º | 0.39% | 0.31% | - |
| HSV(B) | 355.16º | 0.56% | 0.43% | - |
| XYZ | 8.13 | 5.69 | 4.04 | - |
| YUV | 67.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 53 | 0 | 0.56 | 0.52 | 0.57 | 355.16 | 0.39 | 0.31 |
| Hex | 6E | 30 | 35 | 0 | 38 | 34 | 39 | 163 | 27 | 1F |
| Octal | 156 | 60 | 65 | 0 | 70 | 64 | 71 | 543 | 47 | 37 |
| Binary | 1101110 | 110000 | 110101 | 0 | 111000 | 110100 | 111001 | 101100011 | 100111 | 11111 |
Color Harmonies of #6E3035
Complementary color
Monochromatic Colors of #6E3035
Black with #6E3035
Text Example
Text Example
White with #6E3035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3035; }
p { color: rgb(110,48,53); }
H1.HeaderClassName
{
color: #6E3035;
}
.AnyTagClassName
{
color: #6E3035;
}
</style>
background-color css
<style>
a { background-color: #6E3035; }
a { background-color: rgb(110,48,53); }
div.DivClassName
{
background-color: #6E3035;
}
.BgClassName
{
background-color: #6E3035;
}
</style>
border-color css
<style>
span { border-color: #6E3035; }
span { border-color: rgb(110,48,53); }
td.TdClassName
{
border-color: #6E3035;
}
.TagClassName
{
border-color: #6E3035;
}
</style>