Shades of Merlot #6D373F
Tints of Merlot #6D373F
RGB
CMYK
RGB Variations
Color information
#6D373F (or 0x6D373F) is known color: Merlot. HEX triplet: 6D, 37 and 3F. RGB value is (109,55,63). Sum of RGB (Red+Green+Blue) = 109+55+63=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 55 (21.88% from 255 or 24.23% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D373F is #92C8C0. Grayscale: #484848. Windows color (decimal): -9619649 or 4142957. OLE color: 4142957.
HSL color Cylindrical-coordinate representation of color #6D373F: hue angle of 351.11º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D373F is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 55 | 63 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.57 |
| HSL | 351.11º | 0.33% | 0.32% | - |
| HSV(B) | 351.11º | 0.5% | 0.43% | - |
| XYZ | 8.57 | 6.34 | 5.48 | - |
| YUV | 72.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 55 | 63 | 0 | 0.50 | 0.42 | 0.57 | 351.11 | 0.33 | 0.32 |
| Hex | 6D | 37 | 3F | 0 | 32 | 2A | 39 | 15F | 21 | 20 |
| Octal | 155 | 67 | 77 | 0 | 62 | 52 | 71 | 537 | 41 | 40 |
| Binary | 1101101 | 110111 | 111111 | 0 | 110010 | 101010 | 111001 | 101011111 | 100001 | 100000 |
Color Harmonies of #6D373F
Complementary color
Monochromatic Colors of #6D373F
Black with #6D373F
Text Example
Text Example
White with #6D373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D373F; }
p { color: rgb(109,55,63); }
H1.HeaderClassName
{
color: #6D373F;
}
.AnyTagClassName
{
color: #6D373F;
}
</style>
background-color css
<style>
a { background-color: #6D373F; }
a { background-color: rgb(109,55,63); }
div.DivClassName
{
background-color: #6D373F;
}
.BgClassName
{
background-color: #6D373F;
}
</style>
border-color css
<style>
span { border-color: #6D373F; }
span { border-color: rgb(109,55,63); }
td.TdClassName
{
border-color: #6D373F;
}
.TagClassName
{
border-color: #6D373F;
}
</style>