Shades of Merlot #71383E
Tints of Merlot #71383E
RGB
CMYK
RGB Variations
Color information
#71383E (or 0x71383E) is known color: Merlot. HEX triplet: 71, 38 and 3E. RGB value is (113,56,62). Sum of RGB (Red+Green+Blue) = 113+56+62=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71383E is #8EC7C1. Grayscale: #494949. Windows color (decimal): -9357250 or 4077681. OLE color: 4077681.
HSL color Cylindrical-coordinate representation of color #71383E: hue angle of 353.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71383E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 56 | 62 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.56 |
| HSL | 353.68º | 0.34% | 0.33% | - |
| HSV(B) | 353.68º | 0.5% | 0.44% | - |
| XYZ | 9.09 | 6.69 | 5.37 | - |
| YUV | 73.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 56 | 62 | 0 | 0.50 | 0.45 | 0.56 | 353.68 | 0.34 | 0.33 |
| Hex | 71 | 38 | 3E | 0 | 32 | 2D | 38 | 162 | 22 | 21 |
| Octal | 161 | 70 | 76 | 0 | 62 | 55 | 70 | 542 | 42 | 41 |
| Binary | 1110001 | 111000 | 111110 | 0 | 110010 | 101101 | 111000 | 101100010 | 100010 | 100001 |
Color Harmonies of #71383E
Complementary color
Monochromatic Colors of #71383E
Black with #71383E
Text Example
Text Example
White with #71383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71383E; }
p { color: rgb(113,56,62); }
H1.HeaderClassName
{
color: #71383E;
}
.AnyTagClassName
{
color: #71383E;
}
</style>
background-color css
<style>
a { background-color: #71383E; }
a { background-color: rgb(113,56,62); }
div.DivClassName
{
background-color: #71383E;
}
.BgClassName
{
background-color: #71383E;
}
</style>
border-color css
<style>
span { border-color: #71383E; }
span { border-color: rgb(113,56,62); }
td.TdClassName
{
border-color: #71383E;
}
.TagClassName
{
border-color: #71383E;
}
</style>