Shades of Merlot #6D3135
Tints of Merlot #6D3135
RGB
CMYK
RGB Variations
Color information
#6D3135 (or 0x6D3135) is known color: Merlot. HEX triplet: 6D, 31 and 35. RGB value is (109,49,53). Sum of RGB (Red+Green+Blue) = 109+49+53=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3135 is #92CECA. Grayscale: #434343. Windows color (decimal): -9621195 or 3486061. OLE color: 3486061.
HSL color Cylindrical-coordinate representation of color #6D3135: hue angle of 356º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D3135 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 49 | 53 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.57 |
| HSL | 356º | 0.38% | 0.31% | - |
| HSV(B) | 356º | 0.55% | 0.43% | - |
| XYZ | 8.05 | 5.7 | 4.05 | - |
| YUV | 67.4 | 119.88 | 157.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 49 | 53 | 0 | 0.55 | 0.51 | 0.57 | 356 | 0.38 | 0.31 |
| Hex | 6D | 31 | 35 | 0 | 37 | 33 | 39 | 164 | 26 | 1F |
| Octal | 155 | 61 | 65 | 0 | 67 | 63 | 71 | 544 | 46 | 37 |
| Binary | 1101101 | 110001 | 110101 | 0 | 110111 | 110011 | 111001 | 101100100 | 100110 | 11111 |
Color Harmonies of #6D3135
Complementary color
Monochromatic Colors of #6D3135
Black with #6D3135
Text Example
Text Example
White with #6D3135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3135; }
p { color: rgb(109,49,53); }
H1.HeaderClassName
{
color: #6D3135;
}
.AnyTagClassName
{
color: #6D3135;
}
</style>
background-color css
<style>
a { background-color: #6D3135; }
a { background-color: rgb(109,49,53); }
div.DivClassName
{
background-color: #6D3135;
}
.BgClassName
{
background-color: #6D3135;
}
</style>
border-color css
<style>
span { border-color: #6D3135; }
span { border-color: rgb(109,49,53); }
td.TdClassName
{
border-color: #6D3135;
}
.TagClassName
{
border-color: #6D3135;
}
</style>