Shades of Merlot #70333C
Tints of Merlot #70333C
RGB
CMYK
RGB Variations
Color information
#70333C (or 0x70333C) is known color: Merlot. HEX triplet: 70, 33 and 3C. RGB value is (112,51,60). Sum of RGB (Red+Green+Blue) = 112+51+60=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #70333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70333C is #8FCCC3. Grayscale: #464646. Windows color (decimal): -9424068 or 3945328. OLE color: 3945328.
HSL color Cylindrical-coordinate representation of color #70333C: hue angle of 351.15º 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 #70333C is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 60 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.56 |
| HSL | 351.15º | 0.37% | 0.32% | - |
| HSV(B) | 351.15º | 0.54% | 0.44% | - |
| XYZ | 8.68 | 6.14 | 5 | - |
| YUV | 70.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 60 | 0 | 0.54 | 0.46 | 0.56 | 351.15 | 0.37 | 0.32 |
| Hex | 70 | 33 | 3C | 0 | 36 | 2E | 38 | 15F | 25 | 20 |
| Octal | 160 | 63 | 74 | 0 | 66 | 56 | 70 | 537 | 45 | 40 |
| Binary | 1110000 | 110011 | 111100 | 0 | 110110 | 101110 | 111000 | 101011111 | 100101 | 100000 |
Color Harmonies of #70333C
Complementary color
Monochromatic Colors of #70333C
Black with #70333C
Text Example
Text Example
White with #70333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70333C; }
p { color: rgb(112,51,60); }
H1.HeaderClassName
{
color: #70333C;
}
.AnyTagClassName
{
color: #70333C;
}
</style>
background-color css
<style>
a { background-color: #70333C; }
a { background-color: rgb(112,51,60); }
div.DivClassName
{
background-color: #70333C;
}
.BgClassName
{
background-color: #70333C;
}
</style>
border-color css
<style>
span { border-color: #70333C; }
span { border-color: rgb(112,51,60); }
td.TdClassName
{
border-color: #70333C;
}
.TagClassName
{
border-color: #70333C;
}
</style>