Shades of Merlot #703844
Tints of Merlot #703844
RGB
CMYK
RGB Variations
Color information
#703844 (or 0x703844) is known color: Merlot. HEX triplet: 70, 38 and 44. RGB value is (112,56,68). Sum of RGB (Red+Green+Blue) = 112+56+68=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #703844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703844 is #8FC7BB. Grayscale: #4A4A4A. Windows color (decimal): -9422780 or 4470896. OLE color: 4470896.
HSL color Cylindrical-coordinate representation of color #703844: hue angle of 347.14º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #703844 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 56 | 68 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.56 |
| HSL | 347.14º | 0.33% | 0.33% | - |
| HSV(B) | 347.14º | 0.5% | 0.44% | - |
| XYZ | 9.14 | 6.69 | 6.28 | - |
| YUV | 74.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 56 | 68 | 0 | 0.50 | 0.39 | 0.56 | 347.14 | 0.33 | 0.33 |
| Hex | 70 | 38 | 44 | 0 | 32 | 27 | 38 | 15B | 21 | 21 |
| Octal | 160 | 70 | 104 | 0 | 62 | 47 | 70 | 533 | 41 | 41 |
| Binary | 1110000 | 111000 | 1000100 | 0 | 110010 | 100111 | 111000 | 101011011 | 100001 | 100001 |
Color Harmonies of #703844
Complementary color
Monochromatic Colors of #703844
Black with #703844
Text Example
Text Example
White with #703844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703844; }
p { color: rgb(112,56,68); }
H1.HeaderClassName
{
color: #703844;
}
.AnyTagClassName
{
color: #703844;
}
</style>
background-color css
<style>
a { background-color: #703844; }
a { background-color: rgb(112,56,68); }
div.DivClassName
{
background-color: #703844;
}
.BgClassName
{
background-color: #703844;
}
</style>
border-color css
<style>
span { border-color: #703844; }
span { border-color: rgb(112,56,68); }
td.TdClassName
{
border-color: #703844;
}
.TagClassName
{
border-color: #703844;
}
</style>