Shades of Merlot #70313A
Tints of Merlot #70313A
RGB
CMYK
RGB Variations
Color information
#70313A (or 0x70313A) is known color: Merlot. HEX triplet: 70, 31 and 3A. RGB value is (112,49,58). Sum of RGB (Red+Green+Blue) = 112+49+58=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 49 (19.53% from 255 or 22.37% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #70313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70313A is #8FCEC5. Grayscale: #444444. Windows color (decimal): -9424582 or 3813744. OLE color: 3813744.
HSL color Cylindrical-coordinate representation of color #70313A: hue angle of 351.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70313A is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 49 | 58 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.56 |
| HSL | 351.43º | 0.39% | 0.32% | - |
| HSV(B) | 351.43º | 0.56% | 0.44% | - |
| XYZ | 8.54 | 5.95 | 4.7 | - |
| YUV | 68.86 | 121.87 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 49 | 58 | 0 | 0.56 | 0.48 | 0.56 | 351.43 | 0.39 | 0.32 |
| Hex | 70 | 31 | 3A | 0 | 38 | 30 | 38 | 15F | 27 | 20 |
| Octal | 160 | 61 | 72 | 0 | 70 | 60 | 70 | 537 | 47 | 40 |
| Binary | 1110000 | 110001 | 111010 | 0 | 111000 | 110000 | 111000 | 101011111 | 100111 | 100000 |
Color Harmonies of #70313A
Complementary color
Monochromatic Colors of #70313A
Black with #70313A
Text Example
Text Example
White with #70313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70313A; }
p { color: rgb(112,49,58); }
H1.HeaderClassName
{
color: #70313A;
}
.AnyTagClassName
{
color: #70313A;
}
</style>
background-color css
<style>
a { background-color: #70313A; }
a { background-color: rgb(112,49,58); }
div.DivClassName
{
background-color: #70313A;
}
.BgClassName
{
background-color: #70313A;
}
</style>
border-color css
<style>
span { border-color: #70313A; }
span { border-color: rgb(112,49,58); }
td.TdClassName
{
border-color: #70313A;
}
.TagClassName
{
border-color: #70313A;
}
</style>