Shades of Merlot #72353B
Tints of Merlot #72353B
RGB
CMYK
RGB Variations
Color information
#72353B (or 0x72353B) is known color: Merlot. HEX triplet: 72, 35 and 3B. RGB value is (114,53,59). Sum of RGB (Red+Green+Blue) = 114+53+59=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72353B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72353B is #8DCAC4. Grayscale: #474747. Windows color (decimal): -9292485 or 3880306. OLE color: 3880306.
HSL color Cylindrical-coordinate representation of color #72353B: hue angle of 354.1º 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 #72353B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 53 | 59 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.55 |
| HSL | 354.1º | 0.37% | 0.33% | - |
| HSV(B) | 354.1º | 0.54% | 0.45% | - |
| XYZ | 9 | 6.44 | 4.91 | - |
| YUV | 71.92 | 120.71 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 53 | 59 | 0 | 0.54 | 0.48 | 0.55 | 354.1 | 0.37 | 0.33 |
| Hex | 72 | 35 | 3B | 0 | 36 | 30 | 37 | 162 | 25 | 21 |
| Octal | 162 | 65 | 73 | 0 | 66 | 60 | 67 | 542 | 45 | 41 |
| Binary | 1110010 | 110101 | 111011 | 0 | 110110 | 110000 | 110111 | 101100010 | 100101 | 100001 |
Color Harmonies of #72353B
Complementary color
Monochromatic Colors of #72353B
Black with #72353B
Text Example
Text Example
White with #72353B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72353B; }
p { color: rgb(114,53,59); }
H1.HeaderClassName
{
color: #72353B;
}
.AnyTagClassName
{
color: #72353B;
}
</style>
background-color css
<style>
a { background-color: #72353B; }
a { background-color: rgb(114,53,59); }
div.DivClassName
{
background-color: #72353B;
}
.BgClassName
{
background-color: #72353B;
}
</style>
border-color css
<style>
span { border-color: #72353B; }
span { border-color: rgb(114,53,59); }
td.TdClassName
{
border-color: #72353B;
}
.TagClassName
{
border-color: #72353B;
}
</style>