Shades of Merlot #71313C
Tints of Merlot #71313C
RGB
CMYK
RGB Variations
Color information
#71313C (or 0x71313C) is known color: Merlot. HEX triplet: 71, 31 and 3C. RGB value is (113,49,60). Sum of RGB (Red+Green+Blue) = 113+49+60=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #71313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71313C is #8ECEC3. Grayscale: #454545. Windows color (decimal): -9359044 or 3944817. OLE color: 3944817.
HSL color Cylindrical-coordinate representation of color #71313C: hue angle of 349.69º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71313C is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 49 | 60 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.56 |
| HSL | 349.69º | 0.4% | 0.32% | - |
| HSV(B) | 349.69º | 0.57% | 0.44% | - |
| XYZ | 8.72 | 6.03 | 4.98 | - |
| YUV | 69.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 49 | 60 | 0 | 0.57 | 0.47 | 0.56 | 349.69 | 0.4 | 0.32 |
| Hex | 71 | 31 | 3C | 0 | 39 | 2F | 38 | 15E | 28 | 20 |
| Octal | 161 | 61 | 74 | 0 | 71 | 57 | 70 | 536 | 50 | 40 |
| Binary | 1110001 | 110001 | 111100 | 0 | 111001 | 101111 | 111000 | 101011110 | 101000 | 100000 |
Color Harmonies of #71313C
Complementary color
Monochromatic Colors of #71313C
Black with #71313C
Text Example
Text Example
White with #71313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71313C; }
p { color: rgb(113,49,60); }
H1.HeaderClassName
{
color: #71313C;
}
.AnyTagClassName
{
color: #71313C;
}
</style>
background-color css
<style>
a { background-color: #71313C; }
a { background-color: rgb(113,49,60); }
div.DivClassName
{
background-color: #71313C;
}
.BgClassName
{
background-color: #71313C;
}
</style>
border-color css
<style>
span { border-color: #71313C; }
span { border-color: rgb(113,49,60); }
td.TdClassName
{
border-color: #71313C;
}
.TagClassName
{
border-color: #71313C;
}
</style>