Shades of Merlot #702F3B
Tints of Merlot #702F3B
RGB
CMYK
RGB Variations
Color information
#702F3B (or 0x702F3B) is known color: Merlot. HEX triplet: 70, 2F and 3B. RGB value is (112,47,59). Sum of RGB (Red+Green+Blue) = 112+47+59=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #702F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F3B is #8FD0C4. Grayscale: #434343. Windows color (decimal): -9425093 or 3878768. OLE color: 3878768.
HSL color Cylindrical-coordinate representation of color #702F3B: hue angle of 348.92º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #702F3B is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 59 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.56 |
| HSL | 348.92º | 0.41% | 0.31% | - |
| HSV(B) | 348.92º | 0.58% | 0.44% | - |
| XYZ | 8.49 | 5.79 | 4.81 | - |
| YUV | 67.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 59 | 0 | 0.58 | 0.47 | 0.56 | 348.92 | 0.41 | 0.31 |
| Hex | 70 | 2F | 3B | 0 | 3A | 2F | 38 | 15D | 29 | 1F |
| Octal | 160 | 57 | 73 | 0 | 72 | 57 | 70 | 535 | 51 | 37 |
| Binary | 1110000 | 101111 | 111011 | 0 | 111010 | 101111 | 111000 | 101011101 | 101001 | 11111 |
Color Harmonies of #702F3B
Complementary color
Monochromatic Colors of #702F3B
Black with #702F3B
Text Example
Text Example
White with #702F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F3B; }
p { color: rgb(112,47,59); }
H1.HeaderClassName
{
color: #702F3B;
}
.AnyTagClassName
{
color: #702F3B;
}
</style>
background-color css
<style>
a { background-color: #702F3B; }
a { background-color: rgb(112,47,59); }
div.DivClassName
{
background-color: #702F3B;
}
.BgClassName
{
background-color: #702F3B;
}
</style>
border-color css
<style>
span { border-color: #702F3B; }
span { border-color: rgb(112,47,59); }
td.TdClassName
{
border-color: #702F3B;
}
.TagClassName
{
border-color: #702F3B;
}
</style>