Shades of Merlot #71333E
Tints of Merlot #71333E
RGB
CMYK
RGB Variations
Color information
#71333E (or 0x71333E) is known color: Merlot. HEX triplet: 71, 33 and 3E. RGB value is (113,51,62). Sum of RGB (Red+Green+Blue) = 113+51+62=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #71333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71333E is #8ECCC1. Grayscale: #464646. Windows color (decimal): -9358530 or 4076401. OLE color: 4076401.
HSL color Cylindrical-coordinate representation of color #71333E: hue angle of 349.35º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71333E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 51 | 62 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.56 |
| HSL | 349.35º | 0.38% | 0.32% | - |
| HSV(B) | 349.35º | 0.55% | 0.44% | - |
| XYZ | 8.86 | 6.23 | 5.29 | - |
| YUV | 70.79 | 123.04 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 51 | 62 | 0 | 0.55 | 0.45 | 0.56 | 349.35 | 0.38 | 0.32 |
| Hex | 71 | 33 | 3E | 0 | 37 | 2D | 38 | 15D | 26 | 20 |
| Octal | 161 | 63 | 76 | 0 | 67 | 55 | 70 | 535 | 46 | 40 |
| Binary | 1110001 | 110011 | 111110 | 0 | 110111 | 101101 | 111000 | 101011101 | 100110 | 100000 |
Color Harmonies of #71333E
Complementary color
Monochromatic Colors of #71333E
Black with #71333E
Text Example
Text Example
White with #71333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71333E; }
p { color: rgb(113,51,62); }
H1.HeaderClassName
{
color: #71333E;
}
.AnyTagClassName
{
color: #71333E;
}
</style>
background-color css
<style>
a { background-color: #71333E; }
a { background-color: rgb(113,51,62); }
div.DivClassName
{
background-color: #71333E;
}
.BgClassName
{
background-color: #71333E;
}
</style>
border-color css
<style>
span { border-color: #71333E; }
span { border-color: rgb(113,51,62); }
td.TdClassName
{
border-color: #71333E;
}
.TagClassName
{
border-color: #71333E;
}
</style>