Shades of Merlot #712C38
Tints of Merlot #712C38
RGB
CMYK
RGB Variations
Color information
#712C38 (or 0x712C38) is known color: Merlot. HEX triplet: 71, 2C and 38. RGB value is (113,44,56). Sum of RGB (Red+Green+Blue) = 113+44+56=213 (28% of max value = 765). Red value is 113 (44.53% from 255 or 53.05% from 213); Green value is 44 (17.58% from 255 or 20.66% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 113 - color contains mainly: red. Hex color #712C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712C38 is #8ED3C7. Grayscale: #424242. Windows color (decimal): -9360328 or 3681393. OLE color: 3681393.
HSL color Cylindrical-coordinate representation of color #712C38: hue angle of 349.57º 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 #712C38 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 44 | 56 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.56 |
| HSL | 349.57º | 0.44% | 0.31% | - |
| HSV(B) | 349.57º | 0.61% | 0.44% | - |
| XYZ | 8.42 | 5.6 | 4.38 | - |
| YUV | 66 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 44 | 56 | 0 | 0.61 | 0.50 | 0.56 | 349.57 | 0.44 | 0.31 |
| Hex | 71 | 2C | 38 | 0 | 3D | 32 | 38 | 15E | 2C | 1F |
| Octal | 161 | 54 | 70 | 0 | 75 | 62 | 70 | 536 | 54 | 37 |
| Binary | 1110001 | 101100 | 111000 | 0 | 111101 | 110010 | 111000 | 101011110 | 101100 | 11111 |
Color Harmonies of #712C38
Complementary color
Monochromatic Colors of #712C38
Black with #712C38
Text Example
Text Example
White with #712C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712C38; }
p { color: rgb(113,44,56); }
H1.HeaderClassName
{
color: #712C38;
}
.AnyTagClassName
{
color: #712C38;
}
</style>
background-color css
<style>
a { background-color: #712C38; }
a { background-color: rgb(113,44,56); }
div.DivClassName
{
background-color: #712C38;
}
.BgClassName
{
background-color: #712C38;
}
</style>
border-color css
<style>
span { border-color: #712C38; }
span { border-color: rgb(113,44,56); }
td.TdClassName
{
border-color: #712C38;
}
.TagClassName
{
border-color: #712C38;
}
</style>