Shades of Merlot #703237
Tints of Merlot #703237
RGB
CMYK
RGB Variations
Color information
#703237 (or 0x703237) is known color: Merlot. HEX triplet: 70, 32 and 37. RGB value is (112,50,55). Sum of RGB (Red+Green+Blue) = 112+50+55=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #703237 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703237 is #8FCDC8. Grayscale: #454545. Windows color (decimal): -9424329 or 3617392. OLE color: 3617392.
HSL color Cylindrical-coordinate representation of color #703237: hue angle of 355.16º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #703237 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 55 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.56 |
| HSL | 355.16º | 0.38% | 0.32% | - |
| HSV(B) | 355.16º | 0.55% | 0.44% | - |
| XYZ | 8.51 | 6 | 4.32 | - |
| YUV | 69.11 | 120.04 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 55 | 0 | 0.55 | 0.51 | 0.56 | 355.16 | 0.38 | 0.32 |
| Hex | 70 | 32 | 37 | 0 | 37 | 33 | 38 | 163 | 26 | 20 |
| Octal | 160 | 62 | 67 | 0 | 67 | 63 | 70 | 543 | 46 | 40 |
| Binary | 1110000 | 110010 | 110111 | 0 | 110111 | 110011 | 111000 | 101100011 | 100110 | 100000 |
Color Harmonies of #703237
Complementary color
Monochromatic Colors of #703237
Black with #703237
Text Example
Text Example
White with #703237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703237; }
p { color: rgb(112,50,55); }
H1.HeaderClassName
{
color: #703237;
}
.AnyTagClassName
{
color: #703237;
}
</style>
background-color css
<style>
a { background-color: #703237; }
a { background-color: rgb(112,50,55); }
div.DivClassName
{
background-color: #703237;
}
.BgClassName
{
background-color: #703237;
}
</style>
border-color css
<style>
span { border-color: #703237; }
span { border-color: rgb(112,50,55); }
td.TdClassName
{
border-color: #703237;
}
.TagClassName
{
border-color: #703237;
}
</style>