Shades of Merlot #72333D
Tints of Merlot #72333D
RGB
CMYK
RGB Variations
Color information
#72333D (or 0x72333D) is known color: Merlot. HEX triplet: 72, 33 and 3D. RGB value is (114,51,61). Sum of RGB (Red+Green+Blue) = 114+51+61=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #72333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333D is #8DCCC2. Grayscale: #464646. Windows color (decimal): -9292995 or 4010866. OLE color: 4010866.
HSL color Cylindrical-coordinate representation of color #72333D: hue angle of 350.48º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72333D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 61 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.55 |
| HSL | 350.48º | 0.38% | 0.32% | - |
| HSV(B) | 350.48º | 0.55% | 0.45% | - |
| XYZ | 8.97 | 6.28 | 5.15 | - |
| YUV | 70.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 61 | 0 | 0.55 | 0.46 | 0.55 | 350.48 | 0.38 | 0.32 |
| Hex | 72 | 33 | 3D | 0 | 37 | 2E | 37 | 15E | 26 | 20 |
| Octal | 162 | 63 | 75 | 0 | 67 | 56 | 67 | 536 | 46 | 40 |
| Binary | 1110010 | 110011 | 111101 | 0 | 110111 | 101110 | 110111 | 101011110 | 100110 | 100000 |
Color Harmonies of #72333D
Complementary color
Monochromatic Colors of #72333D
Black with #72333D
Text Example
Text Example
White with #72333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72333D; }
p { color: rgb(114,51,61); }
H1.HeaderClassName
{
color: #72333D;
}
.AnyTagClassName
{
color: #72333D;
}
</style>
background-color css
<style>
a { background-color: #72333D; }
a { background-color: rgb(114,51,61); }
div.DivClassName
{
background-color: #72333D;
}
.BgClassName
{
background-color: #72333D;
}
</style>
border-color css
<style>
span { border-color: #72333D; }
span { border-color: rgb(114,51,61); }
td.TdClassName
{
border-color: #72333D;
}
.TagClassName
{
border-color: #72333D;
}
</style>