Shades of Merlot #70303A
Tints of Merlot #70303A
RGB
CMYK
RGB Variations
Color information
#70303A (or 0x70303A) is known color: Merlot. HEX triplet: 70, 30 and 3A. RGB value is (112,48,58). Sum of RGB (Red+Green+Blue) = 112+48+58=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #70303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70303A is #8FCFC5. Grayscale: #444444. Windows color (decimal): -9424838 or 3813488. OLE color: 3813488.
HSL color Cylindrical-coordinate representation of color #70303A: hue angle of 350.62º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70303A is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 48 | 58 | - |
| CMYK | 0 | 0.57 | 0.48 | 0.56 |
| HSL | 350.63º | 0.4% | 0.31% | - |
| HSV(B) | 350.63º | 0.57% | 0.44% | - |
| XYZ | 8.5 | 5.86 | 4.69 | - |
| YUV | 68.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 48 | 58 | 0 | 0.57 | 0.48 | 0.56 | 350.63 | 0.4 | 0.31 |
| Hex | 70 | 30 | 3A | 0 | 39 | 30 | 38 | 15F | 28 | 1F |
| Octal | 160 | 60 | 72 | 0 | 71 | 60 | 70 | 537 | 50 | 37 |
| Binary | 1110000 | 110000 | 111010 | 0 | 111001 | 110000 | 111000 | 101011111 | 101000 | 11111 |
Color Harmonies of #70303A
Complementary color
Monochromatic Colors of #70303A
Black with #70303A
Text Example
Text Example
White with #70303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70303A; }
p { color: rgb(112,48,58); }
H1.HeaderClassName
{
color: #70303A;
}
.AnyTagClassName
{
color: #70303A;
}
</style>
background-color css
<style>
a { background-color: #70303A; }
a { background-color: rgb(112,48,58); }
div.DivClassName
{
background-color: #70303A;
}
.BgClassName
{
background-color: #70303A;
}
</style>
border-color css
<style>
span { border-color: #70303A; }
span { border-color: rgb(112,48,58); }
td.TdClassName
{
border-color: #70303A;
}
.TagClassName
{
border-color: #70303A;
}
</style>