Shades of Merlot #703137
Tints of Merlot #703137
RGB
CMYK
RGB Variations
Color information
#703137 (or 0x703137) is known color: Merlot. HEX triplet: 70, 31 and 37. RGB value is (112,49,55). Sum of RGB (Red+Green+Blue) = 112+49+55=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703137 is #8FCEC8. Grayscale: #444444. Windows color (decimal): -9424585 or 3617136. OLE color: 3617136.
HSL color Cylindrical-coordinate representation of color #703137: hue angle of 354.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #703137 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 55 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.56 |
| HSL | 354.29º | 0.39% | 0.32% | - |
| HSV(B) | 354.29º | 0.56% | 0.44% | - |
| XYZ | 8.47 | 5.92 | 4.31 | - |
| YUV | 68.52 | 120.37 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 55 | 0 | 0.56 | 0.51 | 0.56 | 354.29 | 0.39 | 0.32 |
| Hex | 70 | 31 | 37 | 0 | 38 | 33 | 38 | 162 | 27 | 20 |
| Octal | 160 | 61 | 67 | 0 | 70 | 63 | 70 | 542 | 47 | 40 |
| Binary | 1110000 | 110001 | 110111 | 0 | 111000 | 110011 | 111000 | 101100010 | 100111 | 100000 |
Color Harmonies of #703137
Complementary color
Monochromatic Colors of #703137
Black with #703137
Text Example
Text Example
White with #703137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703137; }
p { color: rgb(112,49,55); }
H1.HeaderClassName
{
color: #703137;
}
.AnyTagClassName
{
color: #703137;
}
</style>
background-color css
<style>
a { background-color: #703137; }
a { background-color: rgb(112,49,55); }
div.DivClassName
{
background-color: #703137;
}
.BgClassName
{
background-color: #703137;
}
</style>
border-color css
<style>
span { border-color: #703137; }
span { border-color: rgb(112,49,55); }
td.TdClassName
{
border-color: #703137;
}
.TagClassName
{
border-color: #703137;
}
</style>