Shades of Merlot #722D38
Tints of Merlot #722D38
RGB
CMYK
RGB Variations
Color information
#722D38 (or 0x722D38) is known color: Merlot. HEX triplet: 72, 2D and 38. RGB value is (114,45,56). Sum of RGB (Red+Green+Blue) = 114+45+56=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 45 (17.97% from 255 or 20.93% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #722D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D38 is #8DD2C7. Grayscale: #424242. Windows color (decimal): -9294536 or 3681650. OLE color: 3681650.
HSL color Cylindrical-coordinate representation of color #722D38: hue angle of 350.43º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #722D38 is Cyan = 0, Magento = 0.61, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 56 | - |
| CMYK | 0 | 0.61 | 0.51 | 0.55 |
| HSL | 350.43º | 0.43% | 0.31% | - |
| HSV(B) | 350.43º | 0.61% | 0.45% | - |
| XYZ | 8.59 | 5.74 | 4.4 | - |
| YUV | 66.89 | 121.86 | 161.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 56 | 0 | 0.61 | 0.51 | 0.55 | 350.43 | 0.43 | 0.31 |
| Hex | 72 | 2D | 38 | 0 | 3D | 33 | 37 | 15E | 2B | 1F |
| Octal | 162 | 55 | 70 | 0 | 75 | 63 | 67 | 536 | 53 | 37 |
| Binary | 1110010 | 101101 | 111000 | 0 | 111101 | 110011 | 110111 | 101011110 | 101011 | 11111 |
Color Harmonies of #722D38
Complementary color
Monochromatic Colors of #722D38
Black with #722D38
Text Example
Text Example
White with #722D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D38; }
p { color: rgb(114,45,56); }
H1.HeaderClassName
{
color: #722D38;
}
.AnyTagClassName
{
color: #722D38;
}
</style>
background-color css
<style>
a { background-color: #722D38; }
a { background-color: rgb(114,45,56); }
div.DivClassName
{
background-color: #722D38;
}
.BgClassName
{
background-color: #722D38;
}
</style>
border-color css
<style>
span { border-color: #722D38; }
span { border-color: rgb(114,45,56); }
td.TdClassName
{
border-color: #722D38;
}
.TagClassName
{
border-color: #722D38;
}
</style>