Shades of Merlot #72393A
Tints of Merlot #72393A
RGB
CMYK
RGB Variations
Color information
#72393A (or 0x72393A) is known color: Merlot. HEX triplet: 72, 39 and 3A. RGB value is (114,57,58). Sum of RGB (Red+Green+Blue) = 114+57+58=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 57 (22.66% from 255 or 24.89% from 229); Blue value is 58 (23.05% from 255 or 25.33% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72393A is #8DC6C5. Grayscale: #4A4A4A. Windows color (decimal): -9291462 or 3815794. OLE color: 3815794.
HSL color Cylindrical-coordinate representation of color #72393A: hue angle of 358.95º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72393A is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 57 | 58 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.55 |
| HSL | 358.95º | 0.33% | 0.34% | - |
| HSV(B) | 358.95º | 0.5% | 0.45% | - |
| XYZ | 9.17 | 6.81 | 4.83 | - |
| YUV | 74.16 | 118.88 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 57 | 58 | 0 | 0.50 | 0.49 | 0.55 | 358.95 | 0.33 | 0.34 |
| Hex | 72 | 39 | 3A | 0 | 32 | 31 | 37 | 167 | 21 | 22 |
| Octal | 162 | 71 | 72 | 0 | 62 | 61 | 67 | 547 | 41 | 42 |
| Binary | 1110010 | 111001 | 111010 | 0 | 110010 | 110001 | 110111 | 101100111 | 100001 | 100010 |
Color Harmonies of #72393A
Complementary color
Monochromatic Colors of #72393A
Black with #72393A
Text Example
Text Example
White with #72393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72393A; }
p { color: rgb(114,57,58); }
H1.HeaderClassName
{
color: #72393A;
}
.AnyTagClassName
{
color: #72393A;
}
</style>
background-color css
<style>
a { background-color: #72393A; }
a { background-color: rgb(114,57,58); }
div.DivClassName
{
background-color: #72393A;
}
.BgClassName
{
background-color: #72393A;
}
</style>
border-color css
<style>
span { border-color: #72393A; }
span { border-color: rgb(114,57,58); }
td.TdClassName
{
border-color: #72393A;
}
.TagClassName
{
border-color: #72393A;
}
</style>