Shades of Merlot #72353E
Tints of Merlot #72353E
RGB
CMYK
RGB Variations
Color information
#72353E (or 0x72353E) is known color: Merlot. HEX triplet: 72, 35 and 3E. RGB value is (114,53,62). Sum of RGB (Red+Green+Blue) = 114+53+62=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72353E is #8DCAC1. Grayscale: #484848. Windows color (decimal): -9292482 or 4076914. OLE color: 4076914.
HSL color Cylindrical-coordinate representation of color #72353E: hue angle of 351.15º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72353E is Cyan = 0, Magento = 0.54, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 62 | - |
| CMYK | 0 | 0.54 | 0.46 | 0.55 |
| HSL | 351.15º | 0.37% | 0.33% | - |
| HSV(B) | 351.15º | 0.54% | 0.45% | - |
| XYZ | 9.08 | 6.47 | 5.33 | - |
| YUV | 72.27 | 122.21 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 62 | 0 | 0.54 | 0.46 | 0.55 | 351.15 | 0.37 | 0.33 |
| Hex | 72 | 35 | 3E | 0 | 36 | 2E | 37 | 15F | 25 | 21 |
| Octal | 162 | 65 | 76 | 0 | 66 | 56 | 67 | 537 | 45 | 41 |
| Binary | 1110010 | 110101 | 111110 | 0 | 110110 | 101110 | 110111 | 101011111 | 100101 | 100001 |
Color Harmonies of #72353E
Complementary color
Monochromatic Colors of #72353E
Black with #72353E
Text Example
Text Example
White with #72353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72353E; }
p { color: rgb(114,53,62); }
H1.HeaderClassName
{
color: #72353E;
}
.AnyTagClassName
{
color: #72353E;
}
</style>
background-color css
<style>
a { background-color: #72353E; }
a { background-color: rgb(114,53,62); }
div.DivClassName
{
background-color: #72353E;
}
.BgClassName
{
background-color: #72353E;
}
</style>
border-color css
<style>
span { border-color: #72353E; }
span { border-color: rgb(114,53,62); }
td.TdClassName
{
border-color: #72353E;
}
.TagClassName
{
border-color: #72353E;
}
</style>