Shades of Merlot #722D37
Tints of Merlot #722D37
RGB
CMYK
RGB Variations
Color information
#722D37 (or 0x722D37) is known color: Merlot. HEX triplet: 72, 2D and 37. RGB value is (114,45,55). Sum of RGB (Red+Green+Blue) = 114+45+55=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #722D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D37 is #8DD2C8. Grayscale: #424242. Windows color (decimal): -9294537 or 3616114. OLE color: 3616114.
HSL color Cylindrical-coordinate representation of color #722D37: hue angle of 351.3º 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 #722D37 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 55 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.55 |
| HSL | 351.3º | 0.43% | 0.31% | - |
| HSV(B) | 351.3º | 0.61% | 0.45% | - |
| XYZ | 8.57 | 5.73 | 4.27 | - |
| YUV | 66.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 55 | 0 | 0.61 | 0.52 | 0.55 | 351.3 | 0.43 | 0.31 |
| Hex | 72 | 2D | 37 | 0 | 3D | 34 | 37 | 15F | 2B | 1F |
| Octal | 162 | 55 | 67 | 0 | 75 | 64 | 67 | 537 | 53 | 37 |
| Binary | 1110010 | 101101 | 110111 | 0 | 111101 | 110100 | 110111 | 101011111 | 101011 | 11111 |
Color Harmonies of #722D37
Complementary color
Monochromatic Colors of #722D37
Black with #722D37
Text Example
Text Example
White with #722D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D37; }
p { color: rgb(114,45,55); }
H1.HeaderClassName
{
color: #722D37;
}
.AnyTagClassName
{
color: #722D37;
}
</style>
background-color css
<style>
a { background-color: #722D37; }
a { background-color: rgb(114,45,55); }
div.DivClassName
{
background-color: #722D37;
}
.BgClassName
{
background-color: #722D37;
}
</style>
border-color css
<style>
span { border-color: #722D37; }
span { border-color: rgb(114,45,55); }
td.TdClassName
{
border-color: #722D37;
}
.TagClassName
{
border-color: #722D37;
}
</style>