Shades of Merlot #722F3C
Tints of Merlot #722F3C
RGB
CMYK
RGB Variations
Color information
#722F3C (or 0x722F3C) is known color: Merlot. HEX triplet: 72, 2F and 3C. RGB value is (114,47,60). Sum of RGB (Red+Green+Blue) = 114+47+60=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #722F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722F3C is #8DD0C3. Grayscale: #444444. Windows color (decimal): -9294020 or 3944306. OLE color: 3944306.
HSL color Cylindrical-coordinate representation of color #722F3C: hue angle of 348.36º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #722F3C is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 47 | 60 | - |
| CMYK | 0 | 0.59 | 0.47 | 0.55 |
| HSL | 348.36º | 0.42% | 0.32% | - |
| HSV(B) | 348.36º | 0.59% | 0.45% | - |
| XYZ | 8.77 | 5.94 | 4.96 | - |
| YUV | 68.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 47 | 60 | 0 | 0.59 | 0.47 | 0.55 | 348.36 | 0.42 | 0.32 |
| Hex | 72 | 2F | 3C | 0 | 3B | 2F | 37 | 15C | 2A | 20 |
| Octal | 162 | 57 | 74 | 0 | 73 | 57 | 67 | 534 | 52 | 40 |
| Binary | 1110010 | 101111 | 111100 | 0 | 111011 | 101111 | 110111 | 101011100 | 101010 | 100000 |
Color Harmonies of #722F3C
Complementary color
Monochromatic Colors of #722F3C
Black with #722F3C
Text Example
Text Example
White with #722F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722F3C; }
p { color: rgb(114,47,60); }
H1.HeaderClassName
{
color: #722F3C;
}
.AnyTagClassName
{
color: #722F3C;
}
</style>
background-color css
<style>
a { background-color: #722F3C; }
a { background-color: rgb(114,47,60); }
div.DivClassName
{
background-color: #722F3C;
}
.BgClassName
{
background-color: #722F3C;
}
</style>
border-color css
<style>
span { border-color: #722F3C; }
span { border-color: rgb(114,47,60); }
td.TdClassName
{
border-color: #722F3C;
}
.TagClassName
{
border-color: #722F3C;
}
</style>