Shades of Merlot #722D3B
Tints of Merlot #722D3B
RGB
CMYK
RGB Variations
Color information
#722D3B (or 0x722D3B) is known color: Merlot. HEX triplet: 72, 2D and 3B. RGB value is (114,45,59). Sum of RGB (Red+Green+Blue) = 114+45+59=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 45 (17.97% from 255 or 20.64% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #722D3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722D3B is #8DD2C4. Grayscale: #434343. Windows color (decimal): -9294533 or 3878258. OLE color: 3878258.
HSL color Cylindrical-coordinate representation of color #722D3B: hue angle of 347.83º 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 #722D3B is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 45 | 59 | - |
| CMYK | 0 | 0.61 | 0.48 | 0.55 |
| HSL | 347.83º | 0.43% | 0.31% | - |
| HSV(B) | 347.83º | 0.61% | 0.45% | - |
| XYZ | 8.67 | 5.77 | 4.79 | - |
| YUV | 67.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 45 | 59 | 0 | 0.61 | 0.48 | 0.55 | 347.83 | 0.43 | 0.31 |
| Hex | 72 | 2D | 3B | 0 | 3D | 30 | 37 | 15C | 2B | 1F |
| Octal | 162 | 55 | 73 | 0 | 75 | 60 | 67 | 534 | 53 | 37 |
| Binary | 1110010 | 101101 | 111011 | 0 | 111101 | 110000 | 110111 | 101011100 | 101011 | 11111 |
Color Harmonies of #722D3B
Complementary color
Monochromatic Colors of #722D3B
Black with #722D3B
Text Example
Text Example
White with #722D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #722D3B; }
p { color: rgb(114,45,59); }
H1.HeaderClassName
{
color: #722D3B;
}
.AnyTagClassName
{
color: #722D3B;
}
</style>
background-color css
<style>
a { background-color: #722D3B; }
a { background-color: rgb(114,45,59); }
div.DivClassName
{
background-color: #722D3B;
}
.BgClassName
{
background-color: #722D3B;
}
</style>
border-color css
<style>
span { border-color: #722D3B; }
span { border-color: rgb(114,45,59); }
td.TdClassName
{
border-color: #722D3B;
}
.TagClassName
{
border-color: #722D3B;
}
</style>