Shades of Merlot #6E2E35
Tints of Merlot #6E2E35
RGB
CMYK
RGB Variations
Color information
#6E2E35 (or 0x6E2E35) is known color: Merlot. HEX triplet: 6E, 2E and 35. RGB value is (110,46,53). Sum of RGB (Red+Green+Blue) = 110+46+53=209 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.63% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E35 is #91D1CA. Grayscale: #414141. Windows color (decimal): -9556427 or 3485294. OLE color: 3485294.
HSL color Cylindrical-coordinate representation of color #6E2E35: hue angle of 353.44º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E35 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 53 | - |
| CMYK | 0 | 0.58 | 0.52 | 0.57 |
| HSL | 353.44º | 0.41% | 0.31% | - |
| HSV(B) | 353.44º | 0.58% | 0.43% | - |
| XYZ | 8.05 | 5.53 | 4.01 | - |
| YUV | 65.93 | 120.7 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 53 | 0 | 0.58 | 0.52 | 0.57 | 353.44 | 0.41 | 0.31 |
| Hex | 6E | 2E | 35 | 0 | 3A | 34 | 39 | 161 | 29 | 1F |
| Octal | 156 | 56 | 65 | 0 | 72 | 64 | 71 | 541 | 51 | 37 |
| Binary | 1101110 | 101110 | 110101 | 0 | 111010 | 110100 | 111001 | 101100001 | 101001 | 11111 |
Color Harmonies of #6E2E35
Complementary color
Monochromatic Colors of #6E2E35
Black with #6E2E35
Text Example
Text Example
White with #6E2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E35; }
p { color: rgb(110,46,53); }
H1.HeaderClassName
{
color: #6E2E35;
}
.AnyTagClassName
{
color: #6E2E35;
}
</style>
background-color css
<style>
a { background-color: #6E2E35; }
a { background-color: rgb(110,46,53); }
div.DivClassName
{
background-color: #6E2E35;
}
.BgClassName
{
background-color: #6E2E35;
}
</style>
border-color css
<style>
span { border-color: #6E2E35; }
span { border-color: rgb(110,46,53); }
td.TdClassName
{
border-color: #6E2E35;
}
.TagClassName
{
border-color: #6E2E35;
}
</style>