Shades of Merlot #713741
Tints of Merlot #713741
RGB
CMYK
RGB Variations
Color information
#713741 (or 0x713741) is known color: Merlot. HEX triplet: 71, 37 and 41. RGB value is (113,55,65). Sum of RGB (Red+Green+Blue) = 113+55+65=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #713741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713741 is #8EC8BE. Grayscale: #494949. Windows color (decimal): -9357503 or 4274033. OLE color: 4274033.
HSL color Cylindrical-coordinate representation of color #713741: hue angle of 349.66º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #713741 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 65 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.56 |
| HSL | 349.66º | 0.35% | 0.33% | - |
| HSV(B) | 349.66º | 0.51% | 0.44% | - |
| XYZ | 9.13 | 6.62 | 5.8 | - |
| YUV | 73.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 65 | 0 | 0.51 | 0.42 | 0.56 | 349.66 | 0.35 | 0.33 |
| Hex | 71 | 37 | 41 | 0 | 33 | 2A | 38 | 15E | 23 | 21 |
| Octal | 161 | 67 | 101 | 0 | 63 | 52 | 70 | 536 | 43 | 41 |
| Binary | 1110001 | 110111 | 1000001 | 0 | 110011 | 101010 | 111000 | 101011110 | 100011 | 100001 |
Color Harmonies of #713741
Complementary color
Monochromatic Colors of #713741
Black with #713741
Text Example
Text Example
White with #713741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713741; }
p { color: rgb(113,55,65); }
H1.HeaderClassName
{
color: #713741;
}
.AnyTagClassName
{
color: #713741;
}
</style>
background-color css
<style>
a { background-color: #713741; }
a { background-color: rgb(113,55,65); }
div.DivClassName
{
background-color: #713741;
}
.BgClassName
{
background-color: #713741;
}
</style>
border-color css
<style>
span { border-color: #713741; }
span { border-color: rgb(113,55,65); }
td.TdClassName
{
border-color: #713741;
}
.TagClassName
{
border-color: #713741;
}
</style>