Shades of Merlot #72333B
Tints of Merlot #72333B
RGB
CMYK
RGB Variations
Color information
#72333B (or 0x72333B) is known color: Merlot. HEX triplet: 72, 33 and 3B. RGB value is (114,51,59). Sum of RGB (Red+Green+Blue) = 114+51+59=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333B is #8DCCC4. Grayscale: #464646. Windows color (decimal): -9292997 or 3879794. OLE color: 3879794.
HSL color Cylindrical-coordinate representation of color #72333B: hue angle of 352.38º 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 #72333B is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 59 | - |
| CMYK | 0 | 0.55 | 0.48 | 0.55 |
| HSL | 352.38º | 0.38% | 0.32% | - |
| HSV(B) | 352.38º | 0.55% | 0.45% | - |
| XYZ | 8.91 | 6.26 | 4.88 | - |
| YUV | 70.75 | 121.37 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 59 | 0 | 0.55 | 0.48 | 0.55 | 352.38 | 0.38 | 0.32 |
| Hex | 72 | 33 | 3B | 0 | 37 | 30 | 37 | 160 | 26 | 20 |
| Octal | 162 | 63 | 73 | 0 | 67 | 60 | 67 | 540 | 46 | 40 |
| Binary | 1110010 | 110011 | 111011 | 0 | 110111 | 110000 | 110111 | 101100000 | 100110 | 100000 |
Color Harmonies of #72333B
Complementary color
Monochromatic Colors of #72333B
Black with #72333B
Text Example
Text Example
White with #72333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72333B; }
p { color: rgb(114,51,59); }
H1.HeaderClassName
{
color: #72333B;
}
.AnyTagClassName
{
color: #72333B;
}
</style>
background-color css
<style>
a { background-color: #72333B; }
a { background-color: rgb(114,51,59); }
div.DivClassName
{
background-color: #72333B;
}
.BgClassName
{
background-color: #72333B;
}
</style>
border-color css
<style>
span { border-color: #72333B; }
span { border-color: rgb(114,51,59); }
td.TdClassName
{
border-color: #72333B;
}
.TagClassName
{
border-color: #72333B;
}
</style>