Shades of Merlot #703134
Tints of Merlot #703134
RGB
CMYK
RGB Variations
Color information
#703134 (or 0x703134) is known color: Merlot. HEX triplet: 70, 31 and 34. RGB value is (112,49,52). Sum of RGB (Red+Green+Blue) = 112+49+52=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 52 (20.70% from 255 or 24.41% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #703134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703134 is #8FCECB. Grayscale: #444444. Windows color (decimal): -9424588 or 3420528. OLE color: 3420528.
HSL color Cylindrical-coordinate representation of color #703134: hue angle of 357.14º 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 #703134 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 52 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.56 |
| HSL | 357.14º | 0.39% | 0.32% | - |
| HSV(B) | 357.14º | 0.56% | 0.44% | - |
| XYZ | 8.4 | 5.89 | 3.94 | - |
| YUV | 68.18 | 118.87 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 52 | 0 | 0.56 | 0.54 | 0.56 | 357.14 | 0.39 | 0.32 |
| Hex | 70 | 31 | 34 | 0 | 38 | 36 | 38 | 165 | 27 | 20 |
| Octal | 160 | 61 | 64 | 0 | 70 | 66 | 70 | 545 | 47 | 40 |
| Binary | 1110000 | 110001 | 110100 | 0 | 111000 | 110110 | 111000 | 101100101 | 100111 | 100000 |
Color Harmonies of #703134
Complementary color
Monochromatic Colors of #703134
Black with #703134
Text Example
Text Example
White with #703134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703134; }
p { color: rgb(112,49,52); }
H1.HeaderClassName
{
color: #703134;
}
.AnyTagClassName
{
color: #703134;
}
</style>
background-color css
<style>
a { background-color: #703134; }
a { background-color: rgb(112,49,52); }
div.DivClassName
{
background-color: #703134;
}
.BgClassName
{
background-color: #703134;
}
</style>
border-color css
<style>
span { border-color: #703134; }
span { border-color: rgb(112,49,52); }
td.TdClassName
{
border-color: #703134;
}
.TagClassName
{
border-color: #703134;
}
</style>