Shades of Merlot #6D2E38
Tints of Merlot #6D2E38
RGB
CMYK
RGB Variations
Color information
#6D2E38 (or 0x6D2E38) is known color: Merlot. HEX triplet: 6D, 2E and 38. RGB value is (109,46,56). Sum of RGB (Red+Green+Blue) = 109+46+56=211 (27% of max value = 765). Red value is 109 (42.97% from 255 or 51.66% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E38 is #92D1C7. Grayscale: #414141. Windows color (decimal): -9621960 or 3681901. OLE color: 3681901.
HSL color Cylindrical-coordinate representation of color #6D2E38: hue angle of 350.48º 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 #6D2E38 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 56 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.57 |
| HSL | 350.48º | 0.41% | 0.3% | - |
| HSV(B) | 350.48º | 0.58% | 0.43% | - |
| XYZ | 8 | 5.49 | 4.38 | - |
| YUV | 65.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 56 | 0 | 0.58 | 0.49 | 0.57 | 350.48 | 0.41 | 0.3 |
| Hex | 6D | 2E | 38 | 0 | 3A | 31 | 39 | 15E | 29 | 1E |
| Octal | 155 | 56 | 70 | 0 | 72 | 61 | 71 | 536 | 51 | 36 |
| Binary | 1101101 | 101110 | 111000 | 0 | 111010 | 110001 | 111001 | 101011110 | 101001 | 11110 |
Color Harmonies of #6D2E38
Complementary color
Monochromatic Colors of #6D2E38
Black with #6D2E38
Text Example
Text Example
White with #6D2E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E38; }
p { color: rgb(109,46,56); }
H1.HeaderClassName
{
color: #6D2E38;
}
.AnyTagClassName
{
color: #6D2E38;
}
</style>
background-color css
<style>
a { background-color: #6D2E38; }
a { background-color: rgb(109,46,56); }
div.DivClassName
{
background-color: #6D2E38;
}
.BgClassName
{
background-color: #6D2E38;
}
</style>
border-color css
<style>
span { border-color: #6D2E38; }
span { border-color: rgb(109,46,56); }
td.TdClassName
{
border-color: #6D2E38;
}
.TagClassName
{
border-color: #6D2E38;
}
</style>