Shades of Merlot #6D3541
Tints of Merlot #6D3541
RGB
CMYK
RGB Variations
Color information
#6D3541 (or 0x6D3541) is known color: Merlot. HEX triplet: 6D, 35 and 41. RGB value is (109,53,65). Sum of RGB (Red+Green+Blue) = 109+53+65=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3541 is #92CABE. Grayscale: #474747. Windows color (decimal): -9620159 or 4273517. OLE color: 4273517.
HSL color Cylindrical-coordinate representation of color #6D3541: hue angle of 347.14º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D3541 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 53 | 65 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.57 |
| HSL | 347.14º | 0.35% | 0.32% | - |
| HSV(B) | 347.14º | 0.51% | 0.43% | - |
| XYZ | 8.53 | 6.18 | 5.74 | - |
| YUV | 71.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 53 | 65 | 0 | 0.51 | 0.40 | 0.57 | 347.14 | 0.35 | 0.32 |
| Hex | 6D | 35 | 41 | 0 | 33 | 28 | 39 | 15B | 23 | 20 |
| Octal | 155 | 65 | 101 | 0 | 63 | 50 | 71 | 533 | 43 | 40 |
| Binary | 1101101 | 110101 | 1000001 | 0 | 110011 | 101000 | 111001 | 101011011 | 100011 | 100000 |
Color Harmonies of #6D3541
Complementary color
Monochromatic Colors of #6D3541
Black with #6D3541
Text Example
Text Example
White with #6D3541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3541; }
p { color: rgb(109,53,65); }
H1.HeaderClassName
{
color: #6D3541;
}
.AnyTagClassName
{
color: #6D3541;
}
</style>
background-color css
<style>
a { background-color: #6D3541; }
a { background-color: rgb(109,53,65); }
div.DivClassName
{
background-color: #6D3541;
}
.BgClassName
{
background-color: #6D3541;
}
</style>
border-color css
<style>
span { border-color: #6D3541; }
span { border-color: rgb(109,53,65); }
td.TdClassName
{
border-color: #6D3541;
}
.TagClassName
{
border-color: #6D3541;
}
</style>