Shades of Merlot #713A3F
Tints of Merlot #713A3F
RGB
CMYK
RGB Variations
Color information
#713A3F (or 0x713A3F) is known color: Merlot. HEX triplet: 71, 3A and 3F. RGB value is (113,58,63). Sum of RGB (Red+Green+Blue) = 113+58+63=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 58 (23.05% from 255 or 24.79% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #713A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713A3F is #8EC5C0. Grayscale: #4B4B4B. Windows color (decimal): -9356737 or 4143729. OLE color: 4143729.
HSL color Cylindrical-coordinate representation of color #713A3F: hue angle of 354.55º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #713A3F is Cyan = 0, Magento = 0.49, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 58 | 63 | - |
| CMYK | 0 | 0.49 | 0.44 | 0.56 |
| HSL | 354.55º | 0.32% | 0.34% | - |
| HSV(B) | 354.55º | 0.49% | 0.44% | - |
| XYZ | 9.22 | 6.9 | 5.55 | - |
| YUV | 75.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 58 | 63 | 0 | 0.49 | 0.44 | 0.56 | 354.55 | 0.32 | 0.34 |
| Hex | 71 | 3A | 3F | 0 | 31 | 2C | 38 | 163 | 20 | 22 |
| Octal | 161 | 72 | 77 | 0 | 61 | 54 | 70 | 543 | 40 | 42 |
| Binary | 1110001 | 111010 | 111111 | 0 | 110001 | 101100 | 111000 | 101100011 | 100000 | 100010 |
Color Harmonies of #713A3F
Complementary color
Monochromatic Colors of #713A3F
Black with #713A3F
Text Example
Text Example
White with #713A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713A3F; }
p { color: rgb(113,58,63); }
H1.HeaderClassName
{
color: #713A3F;
}
.AnyTagClassName
{
color: #713A3F;
}
</style>
background-color css
<style>
a { background-color: #713A3F; }
a { background-color: rgb(113,58,63); }
div.DivClassName
{
background-color: #713A3F;
}
.BgClassName
{
background-color: #713A3F;
}
</style>
border-color css
<style>
span { border-color: #713A3F; }
span { border-color: rgb(113,58,63); }
td.TdClassName
{
border-color: #713A3F;
}
.TagClassName
{
border-color: #713A3F;
}
</style>