Shades of Merlot #702C38
Tints of Merlot #702C38
RGB
CMYK
RGB Variations
Color information
#702C38 (or 0x702C38) is known color: Merlot. HEX triplet: 70, 2C and 38. RGB value is (112,44,56). Sum of RGB (Red+Green+Blue) = 112+44+56=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 56 (22.27% from 255 or 26.42% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #702C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702C38 is #8FD3C7. Grayscale: #414141. Windows color (decimal): -9425864 or 3681392. OLE color: 3681392.
HSL color Cylindrical-coordinate representation of color #702C38: hue angle of 349.41º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #702C38 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 44 | 56 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.56 |
| HSL | 349.41º | 0.44% | 0.31% | - |
| HSV(B) | 349.41º | 0.61% | 0.44% | - |
| XYZ | 8.3 | 5.53 | 4.37 | - |
| YUV | 65.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 44 | 56 | 0 | 0.61 | 0.50 | 0.56 | 349.41 | 0.44 | 0.31 |
| Hex | 70 | 2C | 38 | 0 | 3D | 32 | 38 | 15D | 2C | 1F |
| Octal | 160 | 54 | 70 | 0 | 75 | 62 | 70 | 535 | 54 | 37 |
| Binary | 1110000 | 101100 | 111000 | 0 | 111101 | 110010 | 111000 | 101011101 | 101100 | 11111 |
Color Harmonies of #702C38
Complementary color
Monochromatic Colors of #702C38
Black with #702C38
Text Example
Text Example
White with #702C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #702C38; }
p { color: rgb(112,44,56); }
H1.HeaderClassName
{
color: #702C38;
}
.AnyTagClassName
{
color: #702C38;
}
</style>
background-color css
<style>
a { background-color: #702C38; }
a { background-color: rgb(112,44,56); }
div.DivClassName
{
background-color: #702C38;
}
.BgClassName
{
background-color: #702C38;
}
</style>
border-color css
<style>
span { border-color: #702C38; }
span { border-color: rgb(112,44,56); }
td.TdClassName
{
border-color: #702C38;
}
.TagClassName
{
border-color: #702C38;
}
</style>