Shades of Merlot #703236
Tints of Merlot #703236
RGB
CMYK
RGB Variations
Color information
#703236 (or 0x703236) is known color: Merlot. HEX triplet: 70, 32 and 36. RGB value is (112,50,54). Sum of RGB (Red+Green+Blue) = 112+50+54=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #703236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703236 is #8FCDC9. Grayscale: #454545. Windows color (decimal): -9424330 or 3551856. OLE color: 3551856.
HSL color Cylindrical-coordinate representation of color #703236: hue angle of 356.13º 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 #703236 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 50 | 54 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.56 |
| HSL | 356.13º | 0.38% | 0.32% | - |
| HSV(B) | 356.13º | 0.55% | 0.44% | - |
| XYZ | 8.49 | 5.99 | 4.2 | - |
| YUV | 68.99 | 119.54 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 50 | 54 | 0 | 0.55 | 0.52 | 0.56 | 356.13 | 0.38 | 0.32 |
| Hex | 70 | 32 | 36 | 0 | 37 | 34 | 38 | 164 | 26 | 20 |
| Octal | 160 | 62 | 66 | 0 | 67 | 64 | 70 | 544 | 46 | 40 |
| Binary | 1110000 | 110010 | 110110 | 0 | 110111 | 110100 | 111000 | 101100100 | 100110 | 100000 |
Color Harmonies of #703236
Complementary color
Monochromatic Colors of #703236
Black with #703236
Text Example
Text Example
White with #703236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703236; }
p { color: rgb(112,50,54); }
H1.HeaderClassName
{
color: #703236;
}
.AnyTagClassName
{
color: #703236;
}
</style>
background-color css
<style>
a { background-color: #703236; }
a { background-color: rgb(112,50,54); }
div.DivClassName
{
background-color: #703236;
}
.BgClassName
{
background-color: #703236;
}
</style>
border-color css
<style>
span { border-color: #703236; }
span { border-color: rgb(112,50,54); }
td.TdClassName
{
border-color: #703236;
}
.TagClassName
{
border-color: #703236;
}
</style>