Shades of Merlot #71303B
Tints of Merlot #71303B
RGB
CMYK
RGB Variations
Color information
#71303B (or 0x71303B) is known color: Merlot. HEX triplet: 71, 30 and 3B. RGB value is (113,48,59). Sum of RGB (Red+Green+Blue) = 113+48+59=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #71303B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71303B is #8ECFC4. Grayscale: #444444. Windows color (decimal): -9359301 or 3879025. OLE color: 3879025.
HSL color Cylindrical-coordinate representation of color #71303B: hue angle of 349.85º 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 #71303B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 48 | 59 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.56 |
| HSL | 349.85º | 0.4% | 0.32% | - |
| HSV(B) | 349.85º | 0.58% | 0.44% | - |
| XYZ | 8.66 | 5.94 | 4.83 | - |
| YUV | 68.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 48 | 59 | 0 | 0.58 | 0.48 | 0.56 | 349.85 | 0.4 | 0.32 |
| Hex | 71 | 30 | 3B | 0 | 3A | 30 | 38 | 15E | 28 | 20 |
| Octal | 161 | 60 | 73 | 0 | 72 | 60 | 70 | 536 | 50 | 40 |
| Binary | 1110001 | 110000 | 111011 | 0 | 111010 | 110000 | 111000 | 101011110 | 101000 | 100000 |
Color Harmonies of #71303B
Complementary color
Monochromatic Colors of #71303B
Black with #71303B
Text Example
Text Example
White with #71303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71303B; }
p { color: rgb(113,48,59); }
H1.HeaderClassName
{
color: #71303B;
}
.AnyTagClassName
{
color: #71303B;
}
</style>
background-color css
<style>
a { background-color: #71303B; }
a { background-color: rgb(113,48,59); }
div.DivClassName
{
background-color: #71303B;
}
.BgClassName
{
background-color: #71303B;
}
</style>
border-color css
<style>
span { border-color: #71303B; }
span { border-color: rgb(113,48,59); }
td.TdClassName
{
border-color: #71303B;
}
.TagClassName
{
border-color: #71303B;
}
</style>