Shades of Merlot #71373D
Tints of Merlot #71373D
RGB
CMYK
RGB Variations
Color information
#71373D (or 0x71373D) is known color: Merlot. HEX triplet: 71, 37 and 3D. RGB value is (113,55,61). Sum of RGB (Red+Green+Blue) = 113+55+61=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71373D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71373D is #8EC8C2. Grayscale: #494949. Windows color (decimal): -9357507 or 4011889. OLE color: 4011889.
HSL color Cylindrical-coordinate representation of color #71373D: hue angle of 353.79º 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 #71373D is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 61 | - |
| CMYK | 0 | 0.51 | 0.46 | 0.56 |
| HSL | 353.79º | 0.35% | 0.33% | - |
| HSV(B) | 353.79º | 0.51% | 0.44% | - |
| XYZ | 9.02 | 6.58 | 5.21 | - |
| YUV | 73.03 | 121.22 | 156.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 61 | 0 | 0.51 | 0.46 | 0.56 | 353.79 | 0.35 | 0.33 |
| Hex | 71 | 37 | 3D | 0 | 33 | 2E | 38 | 162 | 23 | 21 |
| Octal | 161 | 67 | 75 | 0 | 63 | 56 | 70 | 542 | 43 | 41 |
| Binary | 1110001 | 110111 | 111101 | 0 | 110011 | 101110 | 111000 | 101100010 | 100011 | 100001 |
Color Harmonies of #71373D
Complementary color
Monochromatic Colors of #71373D
Black with #71373D
Text Example
Text Example
White with #71373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71373D; }
p { color: rgb(113,55,61); }
H1.HeaderClassName
{
color: #71373D;
}
.AnyTagClassName
{
color: #71373D;
}
</style>
background-color css
<style>
a { background-color: #71373D; }
a { background-color: rgb(113,55,61); }
div.DivClassName
{
background-color: #71373D;
}
.BgClassName
{
background-color: #71373D;
}
</style>
border-color css
<style>
span { border-color: #71373D; }
span { border-color: rgb(113,55,61); }
td.TdClassName
{
border-color: #71373D;
}
.TagClassName
{
border-color: #71373D;
}
</style>