Shades of Merlot #72313F
Tints of Merlot #72313F
RGB
CMYK
RGB Variations
Color information
#72313F (or 0x72313F) is known color: Merlot. HEX triplet: 72, 31 and 3F. RGB value is (114,49,63). Sum of RGB (Red+Green+Blue) = 114+49+63=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 49 (19.53% from 255 or 21.68% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72313F is #8DCEC0. Grayscale: #464646. Windows color (decimal): -9293505 or 4141426. OLE color: 4141426.
HSL color Cylindrical-coordinate representation of color #72313F: hue angle of 347.08º 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 #72313F is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 49 | 63 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.55 |
| HSL | 347.08º | 0.4% | 0.32% | - |
| HSV(B) | 347.08º | 0.57% | 0.45% | - |
| XYZ | 8.93 | 6.13 | 5.42 | - |
| YUV | 70.03 | 124.03 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 49 | 63 | 0 | 0.57 | 0.45 | 0.55 | 347.08 | 0.4 | 0.32 |
| Hex | 72 | 31 | 3F | 0 | 39 | 2D | 37 | 15B | 28 | 20 |
| Octal | 162 | 61 | 77 | 0 | 71 | 55 | 67 | 533 | 50 | 40 |
| Binary | 1110010 | 110001 | 111111 | 0 | 111001 | 101101 | 110111 | 101011011 | 101000 | 100000 |
Color Harmonies of #72313F
Complementary color
Monochromatic Colors of #72313F
Black with #72313F
Text Example
Text Example
White with #72313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72313F; }
p { color: rgb(114,49,63); }
H1.HeaderClassName
{
color: #72313F;
}
.AnyTagClassName
{
color: #72313F;
}
</style>
background-color css
<style>
a { background-color: #72313F; }
a { background-color: rgb(114,49,63); }
div.DivClassName
{
background-color: #72313F;
}
.BgClassName
{
background-color: #72313F;
}
</style>
border-color css
<style>
span { border-color: #72313F; }
span { border-color: rgb(114,49,63); }
td.TdClassName
{
border-color: #72313F;
}
.TagClassName
{
border-color: #72313F;
}
</style>