Shades of Merlot #702F3C
Tints of Merlot #702F3C
RGB
CMYK
RGB Variations
Color information
#702F3C (or 0x702F3C) is known color: Merlot. HEX triplet: 70, 2F and 3C. RGB value is (112,47,60). Sum of RGB (Red+Green+Blue) = 112+47+60=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #702F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702F3C is #8FD0C3. Grayscale: #434343. Windows color (decimal): -9425092 or 3944304. OLE color: 3944304.
HSL color Cylindrical-coordinate representation of color #702F3C: hue angle of 348º 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 #702F3C is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 47 | 60 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.56 |
| HSL | 348º | 0.41% | 0.31% | - |
| HSV(B) | 348º | 0.58% | 0.44% | - |
| XYZ | 8.51 | 5.8 | 4.95 | - |
| YUV | 67.92 | 123.53 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 47 | 60 | 0 | 0.58 | 0.46 | 0.56 | 348 | 0.41 | 0.31 |
| Hex | 70 | 2F | 3C | 0 | 3A | 2E | 38 | 15C | 29 | 1F |
| Octal | 160 | 57 | 74 | 0 | 72 | 56 | 70 | 534 | 51 | 37 |
| Binary | 1110000 | 101111 | 111100 | 0 | 111010 | 101110 | 111000 | 101011100 | 101001 | 11111 |
Color Harmonies of #702F3C
Complementary color
Monochromatic Colors of #702F3C
Black with #702F3C
Text Example
Text Example
White with #702F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702F3C; }
p { color: rgb(112,47,60); }
H1.HeaderClassName
{
color: #702F3C;
}
.AnyTagClassName
{
color: #702F3C;
}
</style>
background-color css
<style>
a { background-color: #702F3C; }
a { background-color: rgb(112,47,60); }
div.DivClassName
{
background-color: #702F3C;
}
.BgClassName
{
background-color: #702F3C;
}
</style>
border-color css
<style>
span { border-color: #702F3C; }
span { border-color: rgb(112,47,60); }
td.TdClassName
{
border-color: #702F3C;
}
.TagClassName
{
border-color: #702F3C;
}
</style>