Shades of Merlot #703540
Tints of Merlot #703540
RGB
CMYK
RGB Variations
Color information
#703540 (or 0x703540) is known color: Merlot. HEX triplet: 70, 35 and 40. RGB value is (112,53,64). Sum of RGB (Red+Green+Blue) = 112+53+64=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #703540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703540 is #8FCABF. Grayscale: #474747. Windows color (decimal): -9423552 or 4207984. OLE color: 4207984.
HSL color Cylindrical-coordinate representation of color #703540: hue angle of 348.81º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703540 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 64 | - |
| CMYK | 0 | 0.53 | 0.43 | 0.56 |
| HSL | 348.81º | 0.36% | 0.32% | - |
| HSV(B) | 348.81º | 0.53% | 0.44% | - |
| XYZ | 8.88 | 6.36 | 5.61 | - |
| YUV | 71.9 | 123.55 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 64 | 0 | 0.53 | 0.43 | 0.56 | 348.81 | 0.36 | 0.32 |
| Hex | 70 | 35 | 40 | 0 | 35 | 2B | 38 | 15D | 24 | 20 |
| Octal | 160 | 65 | 100 | 0 | 65 | 53 | 70 | 535 | 44 | 40 |
| Binary | 1110000 | 110101 | 1000000 | 0 | 110101 | 101011 | 111000 | 101011101 | 100100 | 100000 |
Color Harmonies of #703540
Complementary color
Monochromatic Colors of #703540
Black with #703540
Text Example
Text Example
White with #703540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703540; }
p { color: rgb(112,53,64); }
H1.HeaderClassName
{
color: #703540;
}
.AnyTagClassName
{
color: #703540;
}
</style>
background-color css
<style>
a { background-color: #703540; }
a { background-color: rgb(112,53,64); }
div.DivClassName
{
background-color: #703540;
}
.BgClassName
{
background-color: #703540;
}
</style>
border-color css
<style>
span { border-color: #703540; }
span { border-color: rgb(112,53,64); }
td.TdClassName
{
border-color: #703540;
}
.TagClassName
{
border-color: #703540;
}
</style>