Shades of Merlot #703740
Tints of Merlot #703740
RGB
CMYK
RGB Variations
Color information
#703740 (or 0x703740) is known color: Merlot. HEX triplet: 70, 37 and 40. RGB value is (112,55,64). Sum of RGB (Red+Green+Blue) = 112+55+64=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #703740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703740 is #8FC8BF. Grayscale: #494949. Windows color (decimal): -9423040 or 4208496. OLE color: 4208496.
HSL color Cylindrical-coordinate representation of color #703740: hue angle of 350.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #703740 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 55 | 64 | - |
| CMYK | 0 | 0.51 | 0.43 | 0.56 |
| HSL | 350.53º | 0.34% | 0.33% | - |
| HSV(B) | 350.53º | 0.51% | 0.44% | - |
| XYZ | 8.97 | 6.55 | 5.64 | - |
| YUV | 73.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 55 | 64 | 0 | 0.51 | 0.43 | 0.56 | 350.53 | 0.34 | 0.33 |
| Hex | 70 | 37 | 40 | 0 | 33 | 2B | 38 | 15F | 22 | 21 |
| Octal | 160 | 67 | 100 | 0 | 63 | 53 | 70 | 537 | 42 | 41 |
| Binary | 1110000 | 110111 | 1000000 | 0 | 110011 | 101011 | 111000 | 101011111 | 100010 | 100001 |
Color Harmonies of #703740
Complementary color
Monochromatic Colors of #703740
Black with #703740
Text Example
Text Example
White with #703740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703740; }
p { color: rgb(112,55,64); }
H1.HeaderClassName
{
color: #703740;
}
.AnyTagClassName
{
color: #703740;
}
</style>
background-color css
<style>
a { background-color: #703740; }
a { background-color: rgb(112,55,64); }
div.DivClassName
{
background-color: #703740;
}
.BgClassName
{
background-color: #703740;
}
</style>
border-color css
<style>
span { border-color: #703740; }
span { border-color: rgb(112,55,64); }
td.TdClassName
{
border-color: #703740;
}
.TagClassName
{
border-color: #703740;
}
</style>