Shades of Merlot #703036
Tints of Merlot #703036
RGB
CMYK
RGB Variations
Color information
#703036 (or 0x703036) is known color: Merlot. HEX triplet: 70, 30 and 36. RGB value is (112,48,54). Sum of RGB (Red+Green+Blue) = 112+48+54=214 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.34% from 214); Green value is 48 (19.14% from 255 or 22.43% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 112 - color contains mainly: red. Hex color #703036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703036 is #8FCFC9. Grayscale: #434343. Windows color (decimal): -9424842 or 3551344. OLE color: 3551344.
HSL color Cylindrical-coordinate representation of color #703036: hue angle of 354.38º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703036 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 54 | - |
| CMYK | 0 | 0.57 | 0.52 | 0.56 |
| HSL | 354.38º | 0.4% | 0.31% | - |
| HSV(B) | 354.38º | 0.57% | 0.44% | - |
| XYZ | 8.4 | 5.82 | 4.17 | - |
| YUV | 67.82 | 120.2 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 54 | 0 | 0.57 | 0.52 | 0.56 | 354.38 | 0.4 | 0.31 |
| Hex | 70 | 30 | 36 | 0 | 39 | 34 | 38 | 162 | 28 | 1F |
| Octal | 160 | 60 | 66 | 0 | 71 | 64 | 70 | 542 | 50 | 37 |
| Binary | 1110000 | 110000 | 110110 | 0 | 111001 | 110100 | 111000 | 101100010 | 101000 | 11111 |
Color Harmonies of #703036
Complementary color
Monochromatic Colors of #703036
Black with #703036
Text Example
Text Example
White with #703036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703036; }
p { color: rgb(112,48,54); }
H1.HeaderClassName
{
color: #703036;
}
.AnyTagClassName
{
color: #703036;
}
</style>
background-color css
<style>
a { background-color: #703036; }
a { background-color: rgb(112,48,54); }
div.DivClassName
{
background-color: #703036;
}
.BgClassName
{
background-color: #703036;
}
</style>
border-color css
<style>
span { border-color: #703036; }
span { border-color: rgb(112,48,54); }
td.TdClassName
{
border-color: #703036;
}
.TagClassName
{
border-color: #703036;
}
</style>