Shades of Merlot #712D39
Tints of Merlot #712D39
RGB
CMYK
RGB Variations
Color information
#712D39 (or 0x712D39) is known color: Merlot. HEX triplet: 71, 2D and 39. RGB value is (113,45,57). Sum of RGB (Red+Green+Blue) = 113+45+57=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 57 (22.66% from 255 or 26.51% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712D39 is #8ED2C6. Grayscale: #424242. Windows color (decimal): -9360071 or 3747185. OLE color: 3747185.
HSL color Cylindrical-coordinate representation of color #712D39: hue angle of 349.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #712D39 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 45 | 57 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.56 |
| HSL | 349.41º | 0.43% | 0.31% | - |
| HSV(B) | 349.41º | 0.6% | 0.44% | - |
| XYZ | 8.49 | 5.68 | 4.52 | - |
| YUV | 66.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 45 | 57 | 0 | 0.60 | 0.50 | 0.56 | 349.41 | 0.43 | 0.31 |
| Hex | 71 | 2D | 39 | 0 | 3C | 32 | 38 | 15D | 2B | 1F |
| Octal | 161 | 55 | 71 | 0 | 74 | 62 | 70 | 535 | 53 | 37 |
| Binary | 1110001 | 101101 | 111001 | 0 | 111100 | 110010 | 111000 | 101011101 | 101011 | 11111 |
Color Harmonies of #712D39
Complementary color
Monochromatic Colors of #712D39
Black with #712D39
Text Example
Text Example
White with #712D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712D39; }
p { color: rgb(113,45,57); }
H1.HeaderClassName
{
color: #712D39;
}
.AnyTagClassName
{
color: #712D39;
}
</style>
background-color css
<style>
a { background-color: #712D39; }
a { background-color: rgb(113,45,57); }
div.DivClassName
{
background-color: #712D39;
}
.BgClassName
{
background-color: #712D39;
}
</style>
border-color css
<style>
span { border-color: #712D39; }
span { border-color: rgb(113,45,57); }
td.TdClassName
{
border-color: #712D39;
}
.TagClassName
{
border-color: #712D39;
}
</style>