Shades of Merlot #712E39
Tints of Merlot #712E39
RGB
CMYK
RGB Variations
Color information
#712E39 (or 0x712E39) is known color: Merlot. HEX triplet: 71, 2E and 39. RGB value is (113,46,57). Sum of RGB (Red+Green+Blue) = 113+46+57=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 57 (22.66% from 255 or 26.39% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #712E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712E39 is #8ED1C6. Grayscale: #434343. Windows color (decimal): -9359815 or 3747441. OLE color: 3747441.
HSL color Cylindrical-coordinate representation of color #712E39: hue angle of 350.15º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #712E39 is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 46 | 57 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.56 |
| HSL | 350.15º | 0.42% | 0.31% | - |
| HSV(B) | 350.15º | 0.59% | 0.44% | - |
| XYZ | 8.53 | 5.76 | 4.53 | - |
| YUV | 67.29 | 122.2 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 46 | 57 | 0 | 0.59 | 0.50 | 0.56 | 350.15 | 0.42 | 0.31 |
| Hex | 71 | 2E | 39 | 0 | 3B | 32 | 38 | 15E | 2A | 1F |
| Octal | 161 | 56 | 71 | 0 | 73 | 62 | 70 | 536 | 52 | 37 |
| Binary | 1110001 | 101110 | 111001 | 0 | 111011 | 110010 | 111000 | 101011110 | 101010 | 11111 |
Color Harmonies of #712E39
Complementary color
Monochromatic Colors of #712E39
Black with #712E39
Text Example
Text Example
White with #712E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712E39; }
p { color: rgb(113,46,57); }
H1.HeaderClassName
{
color: #712E39;
}
.AnyTagClassName
{
color: #712E39;
}
</style>
background-color css
<style>
a { background-color: #712E39; }
a { background-color: rgb(113,46,57); }
div.DivClassName
{
background-color: #712E39;
}
.BgClassName
{
background-color: #712E39;
}
</style>
border-color css
<style>
span { border-color: #712E39; }
span { border-color: rgb(113,46,57); }
td.TdClassName
{
border-color: #712E39;
}
.TagClassName
{
border-color: #712E39;
}
</style>