Shades of Merlot #702E37
Tints of Merlot #702E37
RGB
CMYK
RGB Variations
Color information
#702E37 (or 0x702E37) is known color: Merlot. HEX triplet: 70, 2E and 37. RGB value is (112,46,55). Sum of RGB (Red+Green+Blue) = 112+46+55=213 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.58% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 112 - color contains mainly: red. Hex color #702E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702E37 is #8FD1C8. Grayscale: #424242. Windows color (decimal): -9425353 or 3616368. OLE color: 3616368.
HSL color Cylindrical-coordinate representation of color #702E37: hue angle of 351.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #702E37 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 46 | 55 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.56 |
| HSL | 351.82º | 0.42% | 0.31% | - |
| HSV(B) | 351.82º | 0.59% | 0.44% | - |
| XYZ | 8.35 | 5.67 | 4.27 | - |
| YUV | 66.76 | 121.37 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 46 | 55 | 0 | 0.59 | 0.51 | 0.56 | 351.82 | 0.42 | 0.31 |
| Hex | 70 | 2E | 37 | 0 | 3B | 33 | 38 | 160 | 2A | 1F |
| Octal | 160 | 56 | 67 | 0 | 73 | 63 | 70 | 540 | 52 | 37 |
| Binary | 1110000 | 101110 | 110111 | 0 | 111011 | 110011 | 111000 | 101100000 | 101010 | 11111 |
Color Harmonies of #702E37
Complementary color
Monochromatic Colors of #702E37
Black with #702E37
Text Example
Text Example
White with #702E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702E37; }
p { color: rgb(112,46,55); }
H1.HeaderClassName
{
color: #702E37;
}
.AnyTagClassName
{
color: #702E37;
}
</style>
background-color css
<style>
a { background-color: #702E37; }
a { background-color: rgb(112,46,55); }
div.DivClassName
{
background-color: #702E37;
}
.BgClassName
{
background-color: #702E37;
}
</style>
border-color css
<style>
span { border-color: #702E37; }
span { border-color: rgb(112,46,55); }
td.TdClassName
{
border-color: #702E37;
}
.TagClassName
{
border-color: #702E37;
}
</style>