Shades of Merlot #72313D
Tints of Merlot #72313D
RGB
CMYK
RGB Variations
Color information
#72313D (or 0x72313D) is known color: Merlot. HEX triplet: 72, 31 and 3D. RGB value is (114,49,61). Sum of RGB (Red+Green+Blue) = 114+49+61=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72313D is #8DCEC2. Grayscale: #454545. Windows color (decimal): -9293507 or 4010354. OLE color: 4010354.
HSL color Cylindrical-coordinate representation of color #72313D: hue angle of 348.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72313D is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 61 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.55 |
| HSL | 348.92º | 0.4% | 0.32% | - |
| HSV(B) | 348.92º | 0.57% | 0.45% | - |
| XYZ | 8.88 | 6.11 | 5.13 | - |
| YUV | 69.8 | 123.03 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 61 | 0 | 0.57 | 0.46 | 0.55 | 348.92 | 0.4 | 0.32 |
| Hex | 72 | 31 | 3D | 0 | 39 | 2E | 37 | 15D | 28 | 20 |
| Octal | 162 | 61 | 75 | 0 | 71 | 56 | 67 | 535 | 50 | 40 |
| Binary | 1110010 | 110001 | 111101 | 0 | 111001 | 101110 | 110111 | 101011101 | 101000 | 100000 |
Color Harmonies of #72313D
Complementary color
Monochromatic Colors of #72313D
Black with #72313D
Text Example
Text Example
White with #72313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72313D; }
p { color: rgb(114,49,61); }
H1.HeaderClassName
{
color: #72313D;
}
.AnyTagClassName
{
color: #72313D;
}
</style>
background-color css
<style>
a { background-color: #72313D; }
a { background-color: rgb(114,49,61); }
div.DivClassName
{
background-color: #72313D;
}
.BgClassName
{
background-color: #72313D;
}
</style>
border-color css
<style>
span { border-color: #72313D; }
span { border-color: rgb(114,49,61); }
td.TdClassName
{
border-color: #72313D;
}
.TagClassName
{
border-color: #72313D;
}
</style>