Shades of Merlot #712F3A
Tints of Merlot #712F3A
RGB
CMYK
RGB Variations
Color information
#712F3A (or 0x712F3A) is known color: Merlot. HEX triplet: 71, 2F and 3A. RGB value is (113,47,58). Sum of RGB (Red+Green+Blue) = 113+47+58=218 (28% of max value = 765). Red value is 113 (44.53% from 255 or 51.83% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 113 - color contains mainly: red. Hex color #712F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #712F3A is #8ED0C5. Grayscale: #444444. Windows color (decimal): -9359558 or 3813233. OLE color: 3813233.
HSL color Cylindrical-coordinate representation of color #712F3A: hue angle of 350º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #712F3A is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 47 | 58 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.56 |
| HSL | 350º | 0.41% | 0.31% | - |
| HSV(B) | 350º | 0.58% | 0.44% | - |
| XYZ | 8.59 | 5.85 | 4.68 | - |
| YUV | 67.99 | 122.37 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 47 | 58 | 0 | 0.58 | 0.49 | 0.56 | 350 | 0.41 | 0.31 |
| Hex | 71 | 2F | 3A | 0 | 3A | 31 | 38 | 15E | 29 | 1F |
| Octal | 161 | 57 | 72 | 0 | 72 | 61 | 70 | 536 | 51 | 37 |
| Binary | 1110001 | 101111 | 111010 | 0 | 111010 | 110001 | 111000 | 101011110 | 101001 | 11111 |
Color Harmonies of #712F3A
Complementary color
Monochromatic Colors of #712F3A
Black with #712F3A
Text Example
Text Example
White with #712F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #712F3A; }
p { color: rgb(113,47,58); }
H1.HeaderClassName
{
color: #712F3A;
}
.AnyTagClassName
{
color: #712F3A;
}
</style>
background-color css
<style>
a { background-color: #712F3A; }
a { background-color: rgb(113,47,58); }
div.DivClassName
{
background-color: #712F3A;
}
.BgClassName
{
background-color: #712F3A;
}
</style>
border-color css
<style>
span { border-color: #712F3A; }
span { border-color: rgb(113,47,58); }
td.TdClassName
{
border-color: #712F3A;
}
.TagClassName
{
border-color: #712F3A;
}
</style>