Shades of Merlot #71373A
Tints of Merlot #71373A
RGB
CMYK
RGB Variations
Color information
#71373A (or 0x71373A) is known color: Merlot. HEX triplet: 71, 37 and 3A. RGB value is (113,55,58). Sum of RGB (Red+Green+Blue) = 113+55+58=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71373A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71373A is #8EC8C5. Grayscale: #484848. Windows color (decimal): -9357510 or 3815281. OLE color: 3815281.
HSL color Cylindrical-coordinate representation of color #71373A: hue angle of 356.9º 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 #71373A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 55 | 58 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.56 |
| HSL | 356.9º | 0.35% | 0.33% | - |
| HSV(B) | 356.9º | 0.51% | 0.44% | - |
| XYZ | 8.94 | 6.55 | 4.8 | - |
| YUV | 72.68 | 119.72 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 55 | 58 | 0 | 0.51 | 0.49 | 0.56 | 356.9 | 0.35 | 0.33 |
| Hex | 71 | 37 | 3A | 0 | 33 | 31 | 38 | 165 | 23 | 21 |
| Octal | 161 | 67 | 72 | 0 | 63 | 61 | 70 | 545 | 43 | 41 |
| Binary | 1110001 | 110111 | 111010 | 0 | 110011 | 110001 | 111000 | 101100101 | 100011 | 100001 |
Color Harmonies of #71373A
Complementary color
Monochromatic Colors of #71373A
Black with #71373A
Text Example
Text Example
White with #71373A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71373A; }
p { color: rgb(113,55,58); }
H1.HeaderClassName
{
color: #71373A;
}
.AnyTagClassName
{
color: #71373A;
}
</style>
background-color css
<style>
a { background-color: #71373A; }
a { background-color: rgb(113,55,58); }
div.DivClassName
{
background-color: #71373A;
}
.BgClassName
{
background-color: #71373A;
}
</style>
border-color css
<style>
span { border-color: #71373A; }
span { border-color: rgb(113,55,58); }
td.TdClassName
{
border-color: #71373A;
}
.TagClassName
{
border-color: #71373A;
}
</style>