Shades of Merlot #6D2F35
Tints of Merlot #6D2F35
RGB
CMYK
RGB Variations
Color information
#6D2F35 (or 0x6D2F35) is known color: Merlot. HEX triplet: 6D, 2F and 35. RGB value is (109,47,53). Sum of RGB (Red+Green+Blue) = 109+47+53=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2F35 is #92D0CA. Grayscale: #424242. Windows color (decimal): -9621707 or 3485549. OLE color: 3485549.
HSL color Cylindrical-coordinate representation of color #6D2F35: hue angle of 354.19º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D2F35 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 47 | 53 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.57 |
| HSL | 354.19º | 0.4% | 0.31% | - |
| HSV(B) | 354.19º | 0.57% | 0.43% | - |
| XYZ | 7.97 | 5.54 | 4.02 | - |
| YUV | 66.22 | 120.54 | 158.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 47 | 53 | 0 | 0.57 | 0.51 | 0.57 | 354.19 | 0.4 | 0.31 |
| Hex | 6D | 2F | 35 | 0 | 39 | 33 | 39 | 162 | 28 | 1F |
| Octal | 155 | 57 | 65 | 0 | 71 | 63 | 71 | 542 | 50 | 37 |
| Binary | 1101101 | 101111 | 110101 | 0 | 111001 | 110011 | 111001 | 101100010 | 101000 | 11111 |
Color Harmonies of #6D2F35
Complementary color
Monochromatic Colors of #6D2F35
Black with #6D2F35
Text Example
Text Example
White with #6D2F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2F35; }
p { color: rgb(109,47,53); }
H1.HeaderClassName
{
color: #6D2F35;
}
.AnyTagClassName
{
color: #6D2F35;
}
</style>
background-color css
<style>
a { background-color: #6D2F35; }
a { background-color: rgb(109,47,53); }
div.DivClassName
{
background-color: #6D2F35;
}
.BgClassName
{
background-color: #6D2F35;
}
</style>
border-color css
<style>
span { border-color: #6D2F35; }
span { border-color: rgb(109,47,53); }
td.TdClassName
{
border-color: #6D2F35;
}
.TagClassName
{
border-color: #6D2F35;
}
</style>