Shades of Merlot #72333A
Tints of Merlot #72333A
RGB
CMYK
RGB Variations
Color information
#72333A (or 0x72333A) is known color: Merlot. HEX triplet: 72, 33 and 3A. RGB value is (114,51,58). Sum of RGB (Red+Green+Blue) = 114+51+58=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 51 (20.31% from 255 or 22.87% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72333A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333A is #8DCCC5. Grayscale: #464646. Windows color (decimal): -9292998 or 3814258. OLE color: 3814258.
HSL color Cylindrical-coordinate representation of color #72333A: hue angle of 353.33º 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 #72333A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 58 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.55 |
| HSL | 353.33º | 0.38% | 0.32% | - |
| HSV(B) | 353.33º | 0.55% | 0.45% | - |
| XYZ | 8.89 | 6.25 | 4.74 | - |
| YUV | 70.64 | 120.87 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 58 | 0 | 0.55 | 0.49 | 0.55 | 353.33 | 0.38 | 0.32 |
| Hex | 72 | 33 | 3A | 0 | 37 | 31 | 37 | 161 | 26 | 20 |
| Octal | 162 | 63 | 72 | 0 | 67 | 61 | 67 | 541 | 46 | 40 |
| Binary | 1110010 | 110011 | 111010 | 0 | 110111 | 110001 | 110111 | 101100001 | 100110 | 100000 |
Color Harmonies of #72333A
Complementary color
Monochromatic Colors of #72333A
Black with #72333A
Text Example
Text Example
White with #72333A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72333A; }
p { color: rgb(114,51,58); }
H1.HeaderClassName
{
color: #72333A;
}
.AnyTagClassName
{
color: #72333A;
}
</style>
background-color css
<style>
a { background-color: #72333A; }
a { background-color: rgb(114,51,58); }
div.DivClassName
{
background-color: #72333A;
}
.BgClassName
{
background-color: #72333A;
}
</style>
border-color css
<style>
span { border-color: #72333A; }
span { border-color: rgb(114,51,58); }
td.TdClassName
{
border-color: #72333A;
}
.TagClassName
{
border-color: #72333A;
}
</style>