Shades of Merlot #703543
Tints of Merlot #703543
RGB
CMYK
RGB Variations
Color information
#703543 (or 0x703543) is known color: Merlot. HEX triplet: 70, 35 and 43. RGB value is (112,53,67). Sum of RGB (Red+Green+Blue) = 112+53+67=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 112 - color contains mainly: red. Hex color #703543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703543 is #8FCABC. Grayscale: #484848. Windows color (decimal): -9423549 or 4404592. OLE color: 4404592.
HSL color Cylindrical-coordinate representation of color #703543: hue angle of 345.76º 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 #703543 is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 67 | - |
| CMYK | 0 | 0.53 | 0.40 | 0.56 |
| HSL | 345.76º | 0.36% | 0.32% | - |
| HSV(B) | 345.76º | 0.53% | 0.44% | - |
| XYZ | 8.97 | 6.4 | 6.07 | - |
| YUV | 72.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 67 | 0 | 0.53 | 0.40 | 0.56 | 345.76 | 0.36 | 0.32 |
| Hex | 70 | 35 | 43 | 0 | 35 | 28 | 38 | 15A | 24 | 20 |
| Octal | 160 | 65 | 103 | 0 | 65 | 50 | 70 | 532 | 44 | 40 |
| Binary | 1110000 | 110101 | 1000011 | 0 | 110101 | 101000 | 111000 | 101011010 | 100100 | 100000 |
Color Harmonies of #703543
Complementary color
Monochromatic Colors of #703543
Black with #703543
Text Example
Text Example
White with #703543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703543; }
p { color: rgb(112,53,67); }
H1.HeaderClassName
{
color: #703543;
}
.AnyTagClassName
{
color: #703543;
}
</style>
background-color css
<style>
a { background-color: #703543; }
a { background-color: rgb(112,53,67); }
div.DivClassName
{
background-color: #703543;
}
.BgClassName
{
background-color: #703543;
}
</style>
border-color css
<style>
span { border-color: #703543; }
span { border-color: rgb(112,53,67); }
td.TdClassName
{
border-color: #703543;
}
.TagClassName
{
border-color: #703543;
}
</style>