Shades of Merlot #70333B
Tints of Merlot #70333B
RGB
CMYK
RGB Variations
Color information
#70333B (or 0x70333B) is known color: Merlot. HEX triplet: 70, 33 and 3B. RGB value is (112,51,59). Sum of RGB (Red+Green+Blue) = 112+51+59=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 51 (20.31% from 255 or 22.97% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #70333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70333B is #8FCCC4. Grayscale: #464646. Windows color (decimal): -9424069 or 3879792. OLE color: 3879792.
HSL color Cylindrical-coordinate representation of color #70333B: hue angle of 352.13º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70333B is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 59 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.56 |
| HSL | 352.13º | 0.37% | 0.32% | - |
| HSV(B) | 352.13º | 0.54% | 0.44% | - |
| XYZ | 8.66 | 6.13 | 4.86 | - |
| YUV | 70.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 59 | 0 | 0.54 | 0.47 | 0.56 | 352.13 | 0.37 | 0.32 |
| Hex | 70 | 33 | 3B | 0 | 36 | 2F | 38 | 160 | 25 | 20 |
| Octal | 160 | 63 | 73 | 0 | 66 | 57 | 70 | 540 | 45 | 40 |
| Binary | 1110000 | 110011 | 111011 | 0 | 110110 | 101111 | 111000 | 101100000 | 100101 | 100000 |
Color Harmonies of #70333B
Complementary color
Monochromatic Colors of #70333B
Black with #70333B
Text Example
Text Example
White with #70333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70333B; }
p { color: rgb(112,51,59); }
H1.HeaderClassName
{
color: #70333B;
}
.AnyTagClassName
{
color: #70333B;
}
</style>
background-color css
<style>
a { background-color: #70333B; }
a { background-color: rgb(112,51,59); }
div.DivClassName
{
background-color: #70333B;
}
.BgClassName
{
background-color: #70333B;
}
</style>
border-color css
<style>
span { border-color: #70333B; }
span { border-color: rgb(112,51,59); }
td.TdClassName
{
border-color: #70333B;
}
.TagClassName
{
border-color: #70333B;
}
</style>