Shades of Merlot #71393B
Tints of Merlot #71393B
RGB
CMYK
RGB Variations
Color information
#71393B (or 0x71393B) is known color: Merlot. HEX triplet: 71, 39 and 3B. RGB value is (113,57,59). Sum of RGB (Red+Green+Blue) = 113+57+59=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #71393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71393B is #8EC6C4. Grayscale: #4A4A4A. Windows color (decimal): -9356997 or 3881329. OLE color: 3881329.
HSL color Cylindrical-coordinate representation of color #71393B: hue angle of 357.86º 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 #71393B is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 57 | 59 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.56 |
| HSL | 357.86º | 0.33% | 0.33% | - |
| HSV(B) | 357.86º | 0.5% | 0.44% | - |
| XYZ | 9.06 | 6.75 | 4.96 | - |
| YUV | 73.97 | 119.55 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 57 | 59 | 0 | 0.50 | 0.48 | 0.56 | 357.86 | 0.33 | 0.33 |
| Hex | 71 | 39 | 3B | 0 | 32 | 30 | 38 | 166 | 21 | 21 |
| Octal | 161 | 71 | 73 | 0 | 62 | 60 | 70 | 546 | 41 | 41 |
| Binary | 1110001 | 111001 | 111011 | 0 | 110010 | 110000 | 111000 | 101100110 | 100001 | 100001 |
Color Harmonies of #71393B
Complementary color
Monochromatic Colors of #71393B
Black with #71393B
Text Example
Text Example
White with #71393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71393B; }
p { color: rgb(113,57,59); }
H1.HeaderClassName
{
color: #71393B;
}
.AnyTagClassName
{
color: #71393B;
}
</style>
background-color css
<style>
a { background-color: #71393B; }
a { background-color: rgb(113,57,59); }
div.DivClassName
{
background-color: #71393B;
}
.BgClassName
{
background-color: #71393B;
}
</style>
border-color css
<style>
span { border-color: #71393B; }
span { border-color: rgb(113,57,59); }
td.TdClassName
{
border-color: #71393B;
}
.TagClassName
{
border-color: #71393B;
}
</style>