Shades of Merlot #703538
Tints of Merlot #703538
RGB
CMYK
RGB Variations
Color information
#703538 (or 0x703538) is known color: Merlot. HEX triplet: 70, 35 and 38. RGB value is (112,53,56). Sum of RGB (Red+Green+Blue) = 112+53+56=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #703538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703538 is #8FCAC7. Grayscale: #474747. Windows color (decimal): -9423560 or 3683696. OLE color: 3683696.
HSL color Cylindrical-coordinate representation of color #703538: hue angle of 356.95º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #703538 is Cyan = 0, Magento = 0.53, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 53 | 56 | - |
| CMYK | 0 | 0.53 | 0.50 | 0.56 |
| HSL | 356.95º | 0.36% | 0.32% | - |
| HSV(B) | 356.95º | 0.53% | 0.44% | - |
| XYZ | 8.67 | 6.28 | 4.5 | - |
| YUV | 70.98 | 119.55 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 53 | 56 | 0 | 0.53 | 0.50 | 0.56 | 356.95 | 0.36 | 0.32 |
| Hex | 70 | 35 | 38 | 0 | 35 | 32 | 38 | 165 | 24 | 20 |
| Octal | 160 | 65 | 70 | 0 | 65 | 62 | 70 | 545 | 44 | 40 |
| Binary | 1110000 | 110101 | 111000 | 0 | 110101 | 110010 | 111000 | 101100101 | 100100 | 100000 |
Color Harmonies of #703538
Complementary color
Monochromatic Colors of #703538
Black with #703538
Text Example
Text Example
White with #703538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703538; }
p { color: rgb(112,53,56); }
H1.HeaderClassName
{
color: #703538;
}
.AnyTagClassName
{
color: #703538;
}
</style>
background-color css
<style>
a { background-color: #703538; }
a { background-color: rgb(112,53,56); }
div.DivClassName
{
background-color: #703538;
}
.BgClassName
{
background-color: #703538;
}
</style>
border-color css
<style>
span { border-color: #703538; }
span { border-color: rgb(112,53,56); }
td.TdClassName
{
border-color: #703538;
}
.TagClassName
{
border-color: #703538;
}
</style>