Shades of Merlot #72393D
Tints of Merlot #72393D
RGB
CMYK
RGB Variations
Color information
#72393D (or 0x72393D) is known color: Merlot. HEX triplet: 72, 39 and 3D. RGB value is (114,57,61). Sum of RGB (Red+Green+Blue) = 114+57+61=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393D is #8DC6C2. Grayscale: #4A4A4A. Windows color (decimal): -9291459 or 4012402. OLE color: 4012402.
HSL color Cylindrical-coordinate representation of color #72393D: hue angle of 355.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72393D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 61 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.55 |
| HSL | 355.79º | 0.33% | 0.34% | - |
| HSV(B) | 355.79º | 0.5% | 0.45% | - |
| XYZ | 9.24 | 6.84 | 5.25 | - |
| YUV | 74.5 | 120.38 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 61 | 0 | 0.50 | 0.46 | 0.55 | 355.79 | 0.33 | 0.34 |
| Hex | 72 | 39 | 3D | 0 | 32 | 2E | 37 | 164 | 21 | 22 |
| Octal | 162 | 71 | 75 | 0 | 62 | 56 | 67 | 544 | 41 | 42 |
| Binary | 1110010 | 111001 | 111101 | 0 | 110010 | 101110 | 110111 | 101100100 | 100001 | 100010 |
Color Harmonies of #72393D
Complementary color
Monochromatic Colors of #72393D
Black with #72393D
Text Example
Text Example
White with #72393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72393D; }
p { color: rgb(114,57,61); }
H1.HeaderClassName
{
color: #72393D;
}
.AnyTagClassName
{
color: #72393D;
}
</style>
background-color css
<style>
a { background-color: #72393D; }
a { background-color: rgb(114,57,61); }
div.DivClassName
{
background-color: #72393D;
}
.BgClassName
{
background-color: #72393D;
}
</style>
border-color css
<style>
span { border-color: #72393D; }
span { border-color: rgb(114,57,61); }
td.TdClassName
{
border-color: #72393D;
}
.TagClassName
{
border-color: #72393D;
}
</style>