Shades of Merlot #72303C
Tints of Merlot #72303C
RGB
CMYK
RGB Variations
Color information
#72303C (or 0x72303C) is known color: Merlot. HEX triplet: 72, 30 and 3C. RGB value is (114,48,60). Sum of RGB (Red+Green+Blue) = 114+48+60=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72303C is #8DCFC3. Grayscale: #454545. Windows color (decimal): -9293764 or 3944562. OLE color: 3944562.
HSL color Cylindrical-coordinate representation of color #72303C: hue angle of 349.09º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #72303C is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 60 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.55 |
| HSL | 349.09º | 0.41% | 0.32% | - |
| HSV(B) | 349.09º | 0.58% | 0.45% | - |
| XYZ | 8.81 | 6.02 | 4.97 | - |
| YUV | 69.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 60 | 0 | 0.58 | 0.47 | 0.55 | 349.09 | 0.41 | 0.32 |
| Hex | 72 | 30 | 3C | 0 | 3A | 2F | 37 | 15D | 29 | 20 |
| Octal | 162 | 60 | 74 | 0 | 72 | 57 | 67 | 535 | 51 | 40 |
| Binary | 1110010 | 110000 | 111100 | 0 | 111010 | 101111 | 110111 | 101011101 | 101001 | 100000 |
Color Harmonies of #72303C
Complementary color
Monochromatic Colors of #72303C
Black with #72303C
Text Example
Text Example
White with #72303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72303C; }
p { color: rgb(114,48,60); }
H1.HeaderClassName
{
color: #72303C;
}
.AnyTagClassName
{
color: #72303C;
}
</style>
background-color css
<style>
a { background-color: #72303C; }
a { background-color: rgb(114,48,60); }
div.DivClassName
{
background-color: #72303C;
}
.BgClassName
{
background-color: #72303C;
}
</style>
border-color css
<style>
span { border-color: #72303C; }
span { border-color: rgb(114,48,60); }
td.TdClassName
{
border-color: #72303C;
}
.TagClassName
{
border-color: #72303C;
}
</style>