Shades of Merlot #722E3A
Tints of Merlot #722E3A
RGB
CMYK
RGB Variations
Color information
#722E3A (or 0x722E3A) is known color: Merlot. HEX triplet: 72, 2E and 3A. RGB value is (114,46,58). Sum of RGB (Red+Green+Blue) = 114+46+58=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 46 (18.36% from 255 or 21.10% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E3A is #8DD1C5. Grayscale: #434343. Windows color (decimal): -9294278 or 3812978. OLE color: 3812978.
HSL color Cylindrical-coordinate representation of color #722E3A: hue angle of 349.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #722E3A is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 58 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.55 |
| HSL | 349.41º | 0.43% | 0.31% | - |
| HSV(B) | 349.41º | 0.6% | 0.45% | - |
| XYZ | 8.68 | 5.84 | 4.67 | - |
| YUV | 67.7 | 122.53 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 58 | 0 | 0.60 | 0.49 | 0.55 | 349.41 | 0.43 | 0.31 |
| Hex | 72 | 2E | 3A | 0 | 3C | 31 | 37 | 15D | 2A | 1F |
| Octal | 162 | 56 | 72 | 0 | 74 | 61 | 67 | 535 | 52 | 37 |
| Binary | 1110010 | 101110 | 111010 | 0 | 111100 | 110001 | 110111 | 101011101 | 101010 | 11111 |
Color Harmonies of #722E3A
Complementary color
Monochromatic Colors of #722E3A
Black with #722E3A
Text Example
Text Example
White with #722E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E3A; }
p { color: rgb(114,46,58); }
H1.HeaderClassName
{
color: #722E3A;
}
.AnyTagClassName
{
color: #722E3A;
}
</style>
background-color css
<style>
a { background-color: #722E3A; }
a { background-color: rgb(114,46,58); }
div.DivClassName
{
background-color: #722E3A;
}
.BgClassName
{
background-color: #722E3A;
}
</style>
border-color css
<style>
span { border-color: #722E3A; }
span { border-color: rgb(114,46,58); }
td.TdClassName
{
border-color: #722E3A;
}
.TagClassName
{
border-color: #722E3A;
}
</style>