Shades of Merlot #71393D
Tints of Merlot #71393D
RGB
CMYK
RGB Variations
Color information
#71393D (or 0x71393D) is known color: Merlot. HEX triplet: 71, 39 and 3D. RGB value is (113,57,61). Sum of RGB (Red+Green+Blue) = 113+57+61=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #71393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393D is #8EC6C2. Grayscale: #4A4A4A. Windows color (decimal): -9356995 or 4012401. OLE color: 4012401.
HSL color Cylindrical-coordinate representation of color #71393D: hue angle of 355.71º degrees, saturation: 0.33, 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 #71393D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 61 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.56 |
| HSL | 355.71º | 0.33% | 0.33% | - |
| HSV(B) | 355.71º | 0.5% | 0.44% | - |
| XYZ | 9.12 | 6.77 | 5.24 | - |
| YUV | 74.2 | 120.55 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 61 | 0 | 0.50 | 0.46 | 0.56 | 355.71 | 0.33 | 0.33 |
| Hex | 71 | 39 | 3D | 0 | 32 | 2E | 38 | 164 | 21 | 21 |
| Octal | 161 | 71 | 75 | 0 | 62 | 56 | 70 | 544 | 41 | 41 |
| Binary | 1110001 | 111001 | 111101 | 0 | 110010 | 101110 | 111000 | 101100100 | 100001 | 100001 |
Color Harmonies of #71393D
Complementary color
Monochromatic Colors of #71393D
Black with #71393D
Text Example
Text Example
White with #71393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71393D; }
p { color: rgb(113,57,61); }
H1.HeaderClassName
{
color: #71393D;
}
.AnyTagClassName
{
color: #71393D;
}
</style>
background-color css
<style>
a { background-color: #71393D; }
a { background-color: rgb(113,57,61); }
div.DivClassName
{
background-color: #71393D;
}
.BgClassName
{
background-color: #71393D;
}
</style>
border-color css
<style>
span { border-color: #71393D; }
span { border-color: rgb(113,57,61); }
td.TdClassName
{
border-color: #71393D;
}
.TagClassName
{
border-color: #71393D;
}
</style>