Shades of Merlot #71343C
Tints of Merlot #71343C
RGB
CMYK
RGB Variations
Color information
#71343C (or 0x71343C) is known color: Merlot. HEX triplet: 71, 34 and 3C. RGB value is (113,52,60). Sum of RGB (Red+Green+Blue) = 113+52+60=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #71343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71343C is #8ECBC3. Grayscale: #474747. Windows color (decimal): -9358276 or 3945585. OLE color: 3945585.
HSL color Cylindrical-coordinate representation of color #71343C: hue angle of 352.13º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #71343C is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 52 | 60 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.56 |
| HSL | 352.13º | 0.37% | 0.32% | - |
| HSV(B) | 352.13º | 0.54% | 0.44% | - |
| XYZ | 8.85 | 6.29 | 5.02 | - |
| YUV | 71.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 52 | 60 | 0 | 0.54 | 0.47 | 0.56 | 352.13 | 0.37 | 0.32 |
| Hex | 71 | 34 | 3C | 0 | 36 | 2F | 38 | 160 | 25 | 20 |
| Octal | 161 | 64 | 74 | 0 | 66 | 57 | 70 | 540 | 45 | 40 |
| Binary | 1110001 | 110100 | 111100 | 0 | 110110 | 101111 | 111000 | 101100000 | 100101 | 100000 |
Color Harmonies of #71343C
Complementary color
Monochromatic Colors of #71343C
Black with #71343C
Text Example
Text Example
White with #71343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71343C; }
p { color: rgb(113,52,60); }
H1.HeaderClassName
{
color: #71343C;
}
.AnyTagClassName
{
color: #71343C;
}
</style>
background-color css
<style>
a { background-color: #71343C; }
a { background-color: rgb(113,52,60); }
div.DivClassName
{
background-color: #71343C;
}
.BgClassName
{
background-color: #71343C;
}
</style>
border-color css
<style>
span { border-color: #71343C; }
span { border-color: rgb(113,52,60); }
td.TdClassName
{
border-color: #71343C;
}
.TagClassName
{
border-color: #71343C;
}
</style>