Shades of Merlot #72333F
Tints of Merlot #72333F
RGB
CMYK
RGB Variations
Color information
#72333F (or 0x72333F) is known color: Merlot. HEX triplet: 72, 33 and 3F. RGB value is (114,51,63). Sum of RGB (Red+Green+Blue) = 114+51+63=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #72333F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72333F is #8DCCC0. Grayscale: #474747. Windows color (decimal): -9292993 or 4141938. OLE color: 4141938.
HSL color Cylindrical-coordinate representation of color #72333F: hue angle of 348.57º 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 #72333F is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 51 | 63 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.55 |
| HSL | 348.57º | 0.38% | 0.32% | - |
| HSV(B) | 348.57º | 0.55% | 0.45% | - |
| XYZ | 9.02 | 6.3 | 5.44 | - |
| YUV | 71.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 51 | 63 | 0 | 0.55 | 0.45 | 0.55 | 348.57 | 0.38 | 0.32 |
| Hex | 72 | 33 | 3F | 0 | 37 | 2D | 37 | 15D | 26 | 20 |
| Octal | 162 | 63 | 77 | 0 | 67 | 55 | 67 | 535 | 46 | 40 |
| Binary | 1110010 | 110011 | 111111 | 0 | 110111 | 101101 | 110111 | 101011101 | 100110 | 100000 |
Color Harmonies of #72333F
Complementary color
Monochromatic Colors of #72333F
Black with #72333F
Text Example
Text Example
White with #72333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72333F; }
p { color: rgb(114,51,63); }
H1.HeaderClassName
{
color: #72333F;
}
.AnyTagClassName
{
color: #72333F;
}
</style>
background-color css
<style>
a { background-color: #72333F; }
a { background-color: rgb(114,51,63); }
div.DivClassName
{
background-color: #72333F;
}
.BgClassName
{
background-color: #72333F;
}
</style>
border-color css
<style>
span { border-color: #72333F; }
span { border-color: rgb(114,51,63); }
td.TdClassName
{
border-color: #72333F;
}
.TagClassName
{
border-color: #72333F;
}
</style>