Shades of Merlot #6D2E35
Tints of Merlot #6D2E35
RGB
CMYK
RGB Variations
Color information
#6D2E35 (or 0x6D2E35) is known color: Merlot. HEX triplet: 6D, 2E and 35. RGB value is (109,46,53). Sum of RGB (Red+Green+Blue) = 109+46+53=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 46 (18.36% from 255 or 22.12% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E35 is #92D1CA. Grayscale: #414141. Windows color (decimal): -9621963 or 3485293. OLE color: 3485293.
HSL color Cylindrical-coordinate representation of color #6D2E35: hue angle of 353.33º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E35 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 53 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.57 |
| HSL | 353.33º | 0.41% | 0.3% | - |
| HSV(B) | 353.33º | 0.58% | 0.43% | - |
| XYZ | 7.93 | 5.46 | 4 | - |
| YUV | 65.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 53 | 0 | 0.58 | 0.51 | 0.57 | 353.33 | 0.41 | 0.3 |
| Hex | 6D | 2E | 35 | 0 | 3A | 33 | 39 | 161 | 29 | 1E |
| Octal | 155 | 56 | 65 | 0 | 72 | 63 | 71 | 541 | 51 | 36 |
| Binary | 1101101 | 101110 | 110101 | 0 | 111010 | 110011 | 111001 | 101100001 | 101001 | 11110 |
Color Harmonies of #6D2E35
Complementary color
Monochromatic Colors of #6D2E35
Black with #6D2E35
Text Example
Text Example
White with #6D2E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E35; }
p { color: rgb(109,46,53); }
H1.HeaderClassName
{
color: #6D2E35;
}
.AnyTagClassName
{
color: #6D2E35;
}
</style>
background-color css
<style>
a { background-color: #6D2E35; }
a { background-color: rgb(109,46,53); }
div.DivClassName
{
background-color: #6D2E35;
}
.BgClassName
{
background-color: #6D2E35;
}
</style>
border-color css
<style>
span { border-color: #6D2E35; }
span { border-color: rgb(109,46,53); }
td.TdClassName
{
border-color: #6D2E35;
}
.TagClassName
{
border-color: #6D2E35;
}
</style>