Shades of Merlot #72323C
Tints of Merlot #72323C
RGB
CMYK
RGB Variations
Color information
#72323C (or 0x72323C) is known color: Merlot. HEX triplet: 72, 32 and 3C. RGB value is (114,50,60). Sum of RGB (Red+Green+Blue) = 114+50+60=224 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.89% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 114 - color contains mainly: red. Hex color #72323C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72323C is #8DCDC3. Grayscale: #464646. Windows color (decimal): -9293252 or 3945074. OLE color: 3945074.
HSL color Cylindrical-coordinate representation of color #72323C: hue angle of 350.62º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72323C is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 50 | 60 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.55 |
| HSL | 350.63º | 0.39% | 0.32% | - |
| HSV(B) | 350.63º | 0.56% | 0.45% | - |
| XYZ | 8.9 | 6.18 | 5 | - |
| YUV | 70.28 | 122.2 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 50 | 60 | 0 | 0.56 | 0.47 | 0.55 | 350.63 | 0.39 | 0.32 |
| Hex | 72 | 32 | 3C | 0 | 38 | 2F | 37 | 15F | 27 | 20 |
| Octal | 162 | 62 | 74 | 0 | 70 | 57 | 67 | 537 | 47 | 40 |
| Binary | 1110010 | 110010 | 111100 | 0 | 111000 | 101111 | 110111 | 101011111 | 100111 | 100000 |
Color Harmonies of #72323C
Complementary color
Monochromatic Colors of #72323C
Black with #72323C
Text Example
Text Example
White with #72323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72323C; }
p { color: rgb(114,50,60); }
H1.HeaderClassName
{
color: #72323C;
}
.AnyTagClassName
{
color: #72323C;
}
</style>
background-color css
<style>
a { background-color: #72323C; }
a { background-color: rgb(114,50,60); }
div.DivClassName
{
background-color: #72323C;
}
.BgClassName
{
background-color: #72323C;
}
</style>
border-color css
<style>
span { border-color: #72323C; }
span { border-color: rgb(114,50,60); }
td.TdClassName
{
border-color: #72323C;
}
.TagClassName
{
border-color: #72323C;
}
</style>