Shades of Merlot #70363D
Tints of Merlot #70363D
RGB
CMYK
RGB Variations
Color information
#70363D (or 0x70363D) is known color: Merlot. HEX triplet: 70, 36 and 3D. RGB value is (112,54,61). Sum of RGB (Red+Green+Blue) = 112+54+61=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #70363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70363D is #8FC9C2. Grayscale: #484848. Windows color (decimal): -9423299 or 4011632. OLE color: 4011632.
HSL color Cylindrical-coordinate representation of color #70363D: hue angle of 352.76º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70363D is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 61 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.56 |
| HSL | 352.76º | 0.35% | 0.33% | - |
| HSV(B) | 352.76º | 0.52% | 0.44% | - |
| XYZ | 8.84 | 6.42 | 5.19 | - |
| YUV | 72.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 61 | 0 | 0.52 | 0.46 | 0.56 | 352.76 | 0.35 | 0.33 |
| Hex | 70 | 36 | 3D | 0 | 34 | 2E | 38 | 161 | 23 | 21 |
| Octal | 160 | 66 | 75 | 0 | 64 | 56 | 70 | 541 | 43 | 41 |
| Binary | 1110000 | 110110 | 111101 | 0 | 110100 | 101110 | 111000 | 101100001 | 100011 | 100001 |
Color Harmonies of #70363D
Complementary color
Monochromatic Colors of #70363D
Black with #70363D
Text Example
Text Example
White with #70363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70363D; }
p { color: rgb(112,54,61); }
H1.HeaderClassName
{
color: #70363D;
}
.AnyTagClassName
{
color: #70363D;
}
</style>
background-color css
<style>
a { background-color: #70363D; }
a { background-color: rgb(112,54,61); }
div.DivClassName
{
background-color: #70363D;
}
.BgClassName
{
background-color: #70363D;
}
</style>
border-color css
<style>
span { border-color: #70363D; }
span { border-color: rgb(112,54,61); }
td.TdClassName
{
border-color: #70363D;
}
.TagClassName
{
border-color: #70363D;
}
</style>