Shades of Merlot #703235
Tints of Merlot #703235
RGB
CMYK
RGB Variations
Color information
#703235 (or 0x703235) is known color: Merlot. HEX triplet: 70, 32 and 35. RGB value is (112,50,53). Sum of RGB (Red+Green+Blue) = 112+50+53=215 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.09% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 112 - color contains mainly: red. Hex color #703235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703235 is #8FCDCA. Grayscale: #444444. Windows color (decimal): -9424331 or 3486320. OLE color: 3486320.
HSL color Cylindrical-coordinate representation of color #703235: hue angle of 357.1º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703235 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 53 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.56 |
| HSL | 357.1º | 0.38% | 0.32% | - |
| HSV(B) | 357.1º | 0.55% | 0.44% | - |
| XYZ | 8.47 | 5.98 | 4.08 | - |
| YUV | 68.88 | 119.04 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 53 | 0 | 0.55 | 0.53 | 0.56 | 357.1 | 0.38 | 0.32 |
| Hex | 70 | 32 | 35 | 0 | 37 | 35 | 38 | 165 | 26 | 20 |
| Octal | 160 | 62 | 65 | 0 | 67 | 65 | 70 | 545 | 46 | 40 |
| Binary | 1110000 | 110010 | 110101 | 0 | 110111 | 110101 | 111000 | 101100101 | 100110 | 100000 |
Color Harmonies of #703235
Complementary color
Monochromatic Colors of #703235
Black with #703235
Text Example
Text Example
White with #703235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703235; }
p { color: rgb(112,50,53); }
H1.HeaderClassName
{
color: #703235;
}
.AnyTagClassName
{
color: #703235;
}
</style>
background-color css
<style>
a { background-color: #703235; }
a { background-color: rgb(112,50,53); }
div.DivClassName
{
background-color: #703235;
}
.BgClassName
{
background-color: #703235;
}
</style>
border-color css
<style>
span { border-color: #703235; }
span { border-color: rgb(112,50,53); }
td.TdClassName
{
border-color: #703235;
}
.TagClassName
{
border-color: #703235;
}
</style>