Shades of Merlot #722E3C
Tints of Merlot #722E3C
RGB
CMYK
RGB Variations
Color information
#722E3C (or 0x722E3C) is known color: Merlot. HEX triplet: 72, 2E and 3C. RGB value is (114,46,60). Sum of RGB (Red+Green+Blue) = 114+46+60=220 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.82% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 60 (23.83% from 255 or 27.27% from 220); Max value from RGB is 114 - color contains mainly: red. Hex color #722E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722E3C is #8DD1C3. Grayscale: #434343. Windows color (decimal): -9294276 or 3944050. OLE color: 3944050.
HSL color Cylindrical-coordinate representation of color #722E3C: hue angle of 347.65º 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 #722E3C is Cyan = 0, Magento = 0.60, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 46 | 60 | - |
| CMYK | 0 | 0.60 | 0.47 | 0.55 |
| HSL | 347.65º | 0.43% | 0.31% | - |
| HSV(B) | 347.65º | 0.6% | 0.45% | - |
| XYZ | 8.73 | 5.86 | 4.95 | - |
| YUV | 67.93 | 123.53 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 46 | 60 | 0 | 0.60 | 0.47 | 0.55 | 347.65 | 0.43 | 0.31 |
| Hex | 72 | 2E | 3C | 0 | 3C | 2F | 37 | 15C | 2A | 1F |
| Octal | 162 | 56 | 74 | 0 | 74 | 57 | 67 | 534 | 52 | 37 |
| Binary | 1110010 | 101110 | 111100 | 0 | 111100 | 101111 | 110111 | 101011100 | 101010 | 11111 |
Color Harmonies of #722E3C
Complementary color
Monochromatic Colors of #722E3C
Black with #722E3C
Text Example
Text Example
White with #722E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722E3C; }
p { color: rgb(114,46,60); }
H1.HeaderClassName
{
color: #722E3C;
}
.AnyTagClassName
{
color: #722E3C;
}
</style>
background-color css
<style>
a { background-color: #722E3C; }
a { background-color: rgb(114,46,60); }
div.DivClassName
{
background-color: #722E3C;
}
.BgClassName
{
background-color: #722E3C;
}
</style>
border-color css
<style>
span { border-color: #722E3C; }
span { border-color: rgb(114,46,60); }
td.TdClassName
{
border-color: #722E3C;
}
.TagClassName
{
border-color: #722E3C;
}
</style>