Shades of Merlot #703336
Tints of Merlot #703336
RGB
CMYK
RGB Variations
Color information
#703336 (or 0x703336) is known color: Merlot. HEX triplet: 70, 33 and 36. RGB value is (112,51,54). Sum of RGB (Red+Green+Blue) = 112+51+54=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703336 is #8FCCC9. Grayscale: #454545. Windows color (decimal): -9424074 or 3552112. OLE color: 3552112.
HSL color Cylindrical-coordinate representation of color #703336: hue angle of 357.05º 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 #703336 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 51 | 54 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.56 |
| HSL | 357.05º | 0.37% | 0.32% | - |
| HSV(B) | 357.05º | 0.54% | 0.44% | - |
| XYZ | 8.53 | 6.08 | 4.21 | - |
| YUV | 69.58 | 119.21 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 51 | 54 | 0 | 0.54 | 0.52 | 0.56 | 357.05 | 0.37 | 0.32 |
| Hex | 70 | 33 | 36 | 0 | 36 | 34 | 38 | 165 | 25 | 20 |
| Octal | 160 | 63 | 66 | 0 | 66 | 64 | 70 | 545 | 45 | 40 |
| Binary | 1110000 | 110011 | 110110 | 0 | 110110 | 110100 | 111000 | 101100101 | 100101 | 100000 |
Color Harmonies of #703336
Complementary color
Monochromatic Colors of #703336
Black with #703336
Text Example
Text Example
White with #703336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703336; }
p { color: rgb(112,51,54); }
H1.HeaderClassName
{
color: #703336;
}
.AnyTagClassName
{
color: #703336;
}
</style>
background-color css
<style>
a { background-color: #703336; }
a { background-color: rgb(112,51,54); }
div.DivClassName
{
background-color: #703336;
}
.BgClassName
{
background-color: #703336;
}
</style>
border-color css
<style>
span { border-color: #703336; }
span { border-color: rgb(112,51,54); }
td.TdClassName
{
border-color: #703336;
}
.TagClassName
{
border-color: #703336;
}
</style>