Shades of Merlot #713234
Tints of Merlot #713234
RGB
CMYK
RGB Variations
Color information
#713234 (or 0x713234) is known color: Merlot. HEX triplet: 71, 32 and 34. RGB value is (113,50,52). Sum of RGB (Red+Green+Blue) = 113+50+52=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #713234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713234 is #8ECDCB. Grayscale: #454545. Windows color (decimal): -9358796 or 3420785. OLE color: 3420785.
HSL color Cylindrical-coordinate representation of color #713234: hue angle of 358.1º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #713234 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 52 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.56 |
| HSL | 358.1º | 0.39% | 0.32% | - |
| HSV(B) | 358.1º | 0.56% | 0.44% | - |
| XYZ | 8.57 | 6.04 | 3.96 | - |
| YUV | 69.07 | 118.37 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 52 | 0 | 0.56 | 0.54 | 0.56 | 358.1 | 0.39 | 0.32 |
| Hex | 71 | 32 | 34 | 0 | 38 | 36 | 38 | 166 | 27 | 20 |
| Octal | 161 | 62 | 64 | 0 | 70 | 66 | 70 | 546 | 47 | 40 |
| Binary | 1110001 | 110010 | 110100 | 0 | 111000 | 110110 | 111000 | 101100110 | 100111 | 100000 |
Color Harmonies of #713234
Complementary color
Monochromatic Colors of #713234
Black with #713234
Text Example
Text Example
White with #713234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713234; }
p { color: rgb(113,50,52); }
H1.HeaderClassName
{
color: #713234;
}
.AnyTagClassName
{
color: #713234;
}
</style>
background-color css
<style>
a { background-color: #713234; }
a { background-color: rgb(113,50,52); }
div.DivClassName
{
background-color: #713234;
}
.BgClassName
{
background-color: #713234;
}
</style>
border-color css
<style>
span { border-color: #713234; }
span { border-color: rgb(113,50,52); }
td.TdClassName
{
border-color: #713234;
}
.TagClassName
{
border-color: #713234;
}
</style>