Shades of Merlot #703135
Tints of Merlot #703135
RGB
CMYK
RGB Variations
Color information
#703135 (or 0x703135) is known color: Merlot. HEX triplet: 70, 31 and 35. RGB value is (112,49,53). Sum of RGB (Red+Green+Blue) = 112+49+53=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703135 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703135 is #8FCECA. Grayscale: #444444. Windows color (decimal): -9424587 or 3486064. OLE color: 3486064.
HSL color Cylindrical-coordinate representation of color #703135: hue angle of 356.19º 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 #703135 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 53 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.56 |
| HSL | 356.19º | 0.39% | 0.32% | - |
| HSV(B) | 356.19º | 0.56% | 0.44% | - |
| XYZ | 8.42 | 5.9 | 4.06 | - |
| YUV | 68.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 53 | 0 | 0.56 | 0.53 | 0.56 | 356.19 | 0.39 | 0.32 |
| Hex | 70 | 31 | 35 | 0 | 38 | 35 | 38 | 164 | 27 | 20 |
| Octal | 160 | 61 | 65 | 0 | 70 | 65 | 70 | 544 | 47 | 40 |
| Binary | 1110000 | 110001 | 110101 | 0 | 111000 | 110101 | 111000 | 101100100 | 100111 | 100000 |
Color Harmonies of #703135
Complementary color
Monochromatic Colors of #703135
Black with #703135
Text Example
Text Example
White with #703135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703135; }
p { color: rgb(112,49,53); }
H1.HeaderClassName
{
color: #703135;
}
.AnyTagClassName
{
color: #703135;
}
</style>
background-color css
<style>
a { background-color: #703135; }
a { background-color: rgb(112,49,53); }
div.DivClassName
{
background-color: #703135;
}
.BgClassName
{
background-color: #703135;
}
</style>
border-color css
<style>
span { border-color: #703135; }
span { border-color: rgb(112,49,53); }
td.TdClassName
{
border-color: #703135;
}
.TagClassName
{
border-color: #703135;
}
</style>