Shades of Merlot #712F37
Tints of Merlot #712F37
RGB
CMYK
RGB Variations
Color information
#712F37 (or 0x712F37) is known color: Merlot. HEX triplet: 71, 2F and 37. RGB value is (113,47,55). Sum of RGB (Red+Green+Blue) = 113+47+55=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #712F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F37 is #8ED0C8. Grayscale: #434343. Windows color (decimal): -9359561 or 3616625. OLE color: 3616625.
HSL color Cylindrical-coordinate representation of color #712F37: hue angle of 352.73º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F37 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 55 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.56 |
| HSL | 352.73º | 0.41% | 0.31% | - |
| HSV(B) | 352.73º | 0.58% | 0.44% | - |
| XYZ | 8.52 | 5.82 | 4.29 | - |
| YUV | 67.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 55 | 0 | 0.58 | 0.51 | 0.56 | 352.73 | 0.41 | 0.31 |
| Hex | 71 | 2F | 37 | 0 | 3A | 33 | 38 | 161 | 29 | 1F |
| Octal | 161 | 57 | 67 | 0 | 72 | 63 | 70 | 541 | 51 | 37 |
| Binary | 1110001 | 101111 | 110111 | 0 | 111010 | 110011 | 111000 | 101100001 | 101001 | 11111 |
Color Harmonies of #712F37
Complementary color
Monochromatic Colors of #712F37
Black with #712F37
Text Example
Text Example
White with #712F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F37; }
p { color: rgb(113,47,55); }
H1.HeaderClassName
{
color: #712F37;
}
.AnyTagClassName
{
color: #712F37;
}
</style>
background-color css
<style>
a { background-color: #712F37; }
a { background-color: rgb(113,47,55); }
div.DivClassName
{
background-color: #712F37;
}
.BgClassName
{
background-color: #712F37;
}
</style>
border-color css
<style>
span { border-color: #712F37; }
span { border-color: rgb(113,47,55); }
td.TdClassName
{
border-color: #712F37;
}
.TagClassName
{
border-color: #712F37;
}
</style>