Shades of Merlot #703442
Tints of Merlot #703442
RGB
CMYK
RGB Variations
Color information
#703442 (or 0x703442) is known color: Merlot. HEX triplet: 70, 34 and 42. RGB value is (112,52,66). Sum of RGB (Red+Green+Blue) = 112+52+66=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 66 (26.17% from 255 or 28.70% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703442 is #8FCBBD. Grayscale: #474747. Windows color (decimal): -9423806 or 4338800. OLE color: 4338800.
HSL color Cylindrical-coordinate representation of color #703442: hue angle of 346º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #703442 is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 52 | 66 | - |
| CMYK | 0 | 0.54 | 0.41 | 0.56 |
| HSL | 346º | 0.37% | 0.32% | - |
| HSV(B) | 346º | 0.54% | 0.44% | - |
| XYZ | 8.89 | 6.29 | 5.9 | - |
| YUV | 71.54 | 124.88 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 52 | 66 | 0 | 0.54 | 0.41 | 0.56 | 346 | 0.37 | 0.32 |
| Hex | 70 | 34 | 42 | 0 | 36 | 29 | 38 | 15A | 25 | 20 |
| Octal | 160 | 64 | 102 | 0 | 66 | 51 | 70 | 532 | 45 | 40 |
| Binary | 1110000 | 110100 | 1000010 | 0 | 110110 | 101001 | 111000 | 101011010 | 100101 | 100000 |
Color Harmonies of #703442
Complementary color
Monochromatic Colors of #703442
Black with #703442
Text Example
Text Example
White with #703442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703442; }
p { color: rgb(112,52,66); }
H1.HeaderClassName
{
color: #703442;
}
.AnyTagClassName
{
color: #703442;
}
</style>
background-color css
<style>
a { background-color: #703442; }
a { background-color: rgb(112,52,66); }
div.DivClassName
{
background-color: #703442;
}
.BgClassName
{
background-color: #703442;
}
</style>
border-color css
<style>
span { border-color: #703442; }
span { border-color: rgb(112,52,66); }
td.TdClassName
{
border-color: #703442;
}
.TagClassName
{
border-color: #703442;
}
</style>