Shades of Merlot #6D3A3F
Tints of Merlot #6D3A3F
RGB
CMYK
RGB Variations
Color information
#6D3A3F (or 0x6D3A3F) is known color: Merlot. HEX triplet: 6D, 3A and 3F. RGB value is (109,58,63). Sum of RGB (Red+Green+Blue) = 109+58+63=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A3F is #92C5C0. Grayscale: #494949. Windows color (decimal): -9618881 or 4143725. OLE color: 4143725.
HSL color Cylindrical-coordinate representation of color #6D3A3F: hue angle of 354.12º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D3A3F is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 58 | 63 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.57 |
| HSL | 354.12º | 0.31% | 0.33% | - |
| HSV(B) | 354.12º | 0.47% | 0.43% | - |
| XYZ | 8.72 | 6.64 | 5.52 | - |
| YUV | 73.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 58 | 63 | 0 | 0.47 | 0.42 | 0.57 | 354.12 | 0.31 | 0.33 |
| Hex | 6D | 3A | 3F | 0 | 2F | 2A | 39 | 162 | 1F | 21 |
| Octal | 155 | 72 | 77 | 0 | 57 | 52 | 71 | 542 | 37 | 41 |
| Binary | 1101101 | 111010 | 111111 | 0 | 101111 | 101010 | 111001 | 101100010 | 11111 | 100001 |
Color Harmonies of #6D3A3F
Complementary color
Monochromatic Colors of #6D3A3F
Black with #6D3A3F
Text Example
Text Example
White with #6D3A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3A3F; }
p { color: rgb(109,58,63); }
H1.HeaderClassName
{
color: #6D3A3F;
}
.AnyTagClassName
{
color: #6D3A3F;
}
</style>
background-color css
<style>
a { background-color: #6D3A3F; }
a { background-color: rgb(109,58,63); }
div.DivClassName
{
background-color: #6D3A3F;
}
.BgClassName
{
background-color: #6D3A3F;
}
</style>
border-color css
<style>
span { border-color: #6D3A3F; }
span { border-color: rgb(109,58,63); }
td.TdClassName
{
border-color: #6D3A3F;
}
.TagClassName
{
border-color: #6D3A3F;
}
</style>