Shades of Merlot #71303C
Tints of Merlot #71303C
RGB
CMYK
RGB Variations
Color information
#71303C (or 0x71303C) is known color: Merlot. HEX triplet: 71, 30 and 3C. RGB value is (113,48,60). Sum of RGB (Red+Green+Blue) = 113+48+60=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #71303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303C is #8ECFC3. Grayscale: #444444. Windows color (decimal): -9359300 or 3944561. OLE color: 3944561.
HSL color Cylindrical-coordinate representation of color #71303C: hue angle of 348.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71303C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 60 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.56 |
| HSL | 348.92º | 0.4% | 0.32% | - |
| HSV(B) | 348.92º | 0.58% | 0.44% | - |
| XYZ | 8.68 | 5.95 | 4.97 | - |
| YUV | 68.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 60 | 0 | 0.58 | 0.47 | 0.56 | 348.92 | 0.4 | 0.32 |
| Hex | 71 | 30 | 3C | 0 | 3A | 2F | 38 | 15D | 28 | 20 |
| Octal | 161 | 60 | 74 | 0 | 72 | 57 | 70 | 535 | 50 | 40 |
| Binary | 1110001 | 110000 | 111100 | 0 | 111010 | 101111 | 111000 | 101011101 | 101000 | 100000 |
Color Harmonies of #71303C
Complementary color
Monochromatic Colors of #71303C
Black with #71303C
Text Example
Text Example
White with #71303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71303C; }
p { color: rgb(113,48,60); }
H1.HeaderClassName
{
color: #71303C;
}
.AnyTagClassName
{
color: #71303C;
}
</style>
background-color css
<style>
a { background-color: #71303C; }
a { background-color: rgb(113,48,60); }
div.DivClassName
{
background-color: #71303C;
}
.BgClassName
{
background-color: #71303C;
}
</style>
border-color css
<style>
span { border-color: #71303C; }
span { border-color: rgb(113,48,60); }
td.TdClassName
{
border-color: #71303C;
}
.TagClassName
{
border-color: #71303C;
}
</style>