Shades of Merlot #703640
Tints of Merlot #703640
RGB
CMYK
RGB Variations
Color information
#703640 (or 0x703640) is known color: Merlot. HEX triplet: 70, 36 and 40. RGB value is (112,54,64). Sum of RGB (Red+Green+Blue) = 112+54+64=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #703640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703640 is #8FC9BF. Grayscale: #484848. Windows color (decimal): -9423296 or 4208240. OLE color: 4208240.
HSL color Cylindrical-coordinate representation of color #703640: hue angle of 349.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #703640 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 64 | - |
| CMYK | 0 | 0.52 | 0.43 | 0.56 |
| HSL | 349.66º | 0.35% | 0.33% | - |
| HSV(B) | 349.66º | 0.52% | 0.44% | - |
| XYZ | 8.93 | 6.45 | 5.63 | - |
| YUV | 72.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 64 | 0 | 0.52 | 0.43 | 0.56 | 349.66 | 0.35 | 0.33 |
| Hex | 70 | 36 | 40 | 0 | 34 | 2B | 38 | 15E | 23 | 21 |
| Octal | 160 | 66 | 100 | 0 | 64 | 53 | 70 | 536 | 43 | 41 |
| Binary | 1110000 | 110110 | 1000000 | 0 | 110100 | 101011 | 111000 | 101011110 | 100011 | 100001 |
Color Harmonies of #703640
Complementary color
Monochromatic Colors of #703640
Black with #703640
Text Example
Text Example
White with #703640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703640; }
p { color: rgb(112,54,64); }
H1.HeaderClassName
{
color: #703640;
}
.AnyTagClassName
{
color: #703640;
}
</style>
background-color css
<style>
a { background-color: #703640; }
a { background-color: rgb(112,54,64); }
div.DivClassName
{
background-color: #703640;
}
.BgClassName
{
background-color: #703640;
}
</style>
border-color css
<style>
span { border-color: #703640; }
span { border-color: rgb(112,54,64); }
td.TdClassName
{
border-color: #703640;
}
.TagClassName
{
border-color: #703640;
}
</style>