Shades of Merlot #703639
Tints of Merlot #703639
RGB
CMYK
RGB Variations
Color information
#703639 (or 0x703639) is known color: Merlot. HEX triplet: 70, 36 and 39. RGB value is (112,54,57). Sum of RGB (Red+Green+Blue) = 112+54+57=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #703639 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #703639 is #8FC9C6. Grayscale: #474747. Windows color (decimal): -9423303 or 3749488. OLE color: 3749488.
HSL color Cylindrical-coordinate representation of color #703639: hue angle of 356.9º 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 #703639 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 54 | 57 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.56 |
| HSL | 356.9º | 0.35% | 0.33% | - |
| HSV(B) | 356.9º | 0.52% | 0.44% | - |
| XYZ | 8.74 | 6.38 | 4.64 | - |
| YUV | 71.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 54 | 57 | 0 | 0.52 | 0.49 | 0.56 | 356.9 | 0.35 | 0.33 |
| Hex | 70 | 36 | 39 | 0 | 34 | 31 | 38 | 165 | 23 | 21 |
| Octal | 160 | 66 | 71 | 0 | 64 | 61 | 70 | 545 | 43 | 41 |
| Binary | 1110000 | 110110 | 111001 | 0 | 110100 | 110001 | 111000 | 101100101 | 100011 | 100001 |
Color Harmonies of #703639
Complementary color
Monochromatic Colors of #703639
Black with #703639
Text Example
Text Example
White with #703639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #703639; }
p { color: rgb(112,54,57); }
H1.HeaderClassName
{
color: #703639;
}
.AnyTagClassName
{
color: #703639;
}
</style>
background-color css
<style>
a { background-color: #703639; }
a { background-color: rgb(112,54,57); }
div.DivClassName
{
background-color: #703639;
}
.BgClassName
{
background-color: #703639;
}
</style>
border-color css
<style>
span { border-color: #703639; }
span { border-color: rgb(112,54,57); }
td.TdClassName
{
border-color: #703639;
}
.TagClassName
{
border-color: #703639;
}
</style>