Shades of Merlot #72303D
Tints of Merlot #72303D
RGB
CMYK
RGB Variations
Color information
#72303D (or 0x72303D) is known color: Merlot. HEX triplet: 72, 30 and 3D. RGB value is (114,48,61). Sum of RGB (Red+Green+Blue) = 114+48+61=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #72303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72303D is #8DCFC2. Grayscale: #454545. Windows color (decimal): -9293763 or 4010098. OLE color: 4010098.
HSL color Cylindrical-coordinate representation of color #72303D: hue angle of 348.18º 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 #72303D is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 48 | 61 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.55 |
| HSL | 348.18º | 0.41% | 0.32% | - |
| HSV(B) | 348.18º | 0.58% | 0.45% | - |
| XYZ | 8.84 | 6.03 | 5.11 | - |
| YUV | 69.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 61 | 0 | 0.58 | 0.46 | 0.55 | 348.18 | 0.41 | 0.32 |
| Hex | 72 | 30 | 3D | 0 | 3A | 2E | 37 | 15C | 29 | 20 |
| Octal | 162 | 60 | 75 | 0 | 72 | 56 | 67 | 534 | 51 | 40 |
| Binary | 1110010 | 110000 | 111101 | 0 | 111010 | 101110 | 110111 | 101011100 | 101001 | 100000 |
Color Harmonies of #72303D
Complementary color
Monochromatic Colors of #72303D
Black with #72303D
Text Example
Text Example
White with #72303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72303D; }
p { color: rgb(114,48,61); }
H1.HeaderClassName
{
color: #72303D;
}
.AnyTagClassName
{
color: #72303D;
}
</style>
background-color css
<style>
a { background-color: #72303D; }
a { background-color: rgb(114,48,61); }
div.DivClassName
{
background-color: #72303D;
}
.BgClassName
{
background-color: #72303D;
}
</style>
border-color css
<style>
span { border-color: #72303D; }
span { border-color: rgb(114,48,61); }
td.TdClassName
{
border-color: #72303D;
}
.TagClassName
{
border-color: #72303D;
}
</style>