Shades of Merlot #713236
Tints of Merlot #713236
RGB
CMYK
RGB Variations
Color information
#713236 (or 0x713236) is known color: Merlot. HEX triplet: 71, 32 and 36. RGB value is (113,50,54). Sum of RGB (Red+Green+Blue) = 113+50+54=217 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.07% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 113 - color contains mainly: red. Hex color #713236 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713236 is #8ECDC9. Grayscale: #454545. Windows color (decimal): -9358794 or 3551857. OLE color: 3551857.
HSL color Cylindrical-coordinate representation of color #713236: hue angle of 356.19º 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 #713236 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 50 | 54 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.56 |
| HSL | 356.19º | 0.39% | 0.32% | - |
| HSV(B) | 356.19º | 0.56% | 0.44% | - |
| XYZ | 8.62 | 6.06 | 4.21 | - |
| YUV | 69.29 | 119.37 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 50 | 54 | 0 | 0.56 | 0.52 | 0.56 | 356.19 | 0.39 | 0.32 |
| Hex | 71 | 32 | 36 | 0 | 38 | 34 | 38 | 164 | 27 | 20 |
| Octal | 161 | 62 | 66 | 0 | 70 | 64 | 70 | 544 | 47 | 40 |
| Binary | 1110001 | 110010 | 110110 | 0 | 111000 | 110100 | 111000 | 101100100 | 100111 | 100000 |
Color Harmonies of #713236
Complementary color
Monochromatic Colors of #713236
Black with #713236
Text Example
Text Example
White with #713236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713236; }
p { color: rgb(113,50,54); }
H1.HeaderClassName
{
color: #713236;
}
.AnyTagClassName
{
color: #713236;
}
</style>
background-color css
<style>
a { background-color: #713236; }
a { background-color: rgb(113,50,54); }
div.DivClassName
{
background-color: #713236;
}
.BgClassName
{
background-color: #713236;
}
</style>
border-color css
<style>
span { border-color: #713236; }
span { border-color: rgb(113,50,54); }
td.TdClassName
{
border-color: #713236;
}
.TagClassName
{
border-color: #713236;
}
</style>