Shades of Merlot #73303D
Tints of Merlot #73303D
RGB
CMYK
RGB Variations
Color information
#73303D (or 0x73303D) is known color: Merlot. HEX triplet: 73, 30 and 3D. RGB value is (115,48,61). Sum of RGB (Red+Green+Blue) = 115+48+61=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73303D is #8CCFC2. Grayscale: #454545. Windows color (decimal): -9228227 or 4010099. OLE color: 4010099.
HSL color Cylindrical-coordinate representation of color #73303D: hue angle of 348.36º 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 #73303D is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 48 | 61 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.55 |
| HSL | 348.36º | 0.41% | 0.32% | - |
| HSV(B) | 348.36º | 0.58% | 0.45% | - |
| XYZ | 8.97 | 6.1 | 5.12 | - |
| YUV | 69.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 48 | 61 | 0 | 0.58 | 0.47 | 0.55 | 348.36 | 0.41 | 0.32 |
| Hex | 73 | 30 | 3D | 0 | 3A | 2F | 37 | 15C | 29 | 20 |
| Octal | 163 | 60 | 75 | 0 | 72 | 57 | 67 | 534 | 51 | 40 |
| Binary | 1110011 | 110000 | 111101 | 0 | 111010 | 101111 | 110111 | 101011100 | 101001 | 100000 |
Color Harmonies of #73303D
Complementary color
Monochromatic Colors of #73303D
Black with #73303D
Text Example
Text Example
White with #73303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73303D; }
p { color: rgb(115,48,61); }
H1.HeaderClassName
{
color: #73303D;
}
.AnyTagClassName
{
color: #73303D;
}
</style>
background-color css
<style>
a { background-color: #73303D; }
a { background-color: rgb(115,48,61); }
div.DivClassName
{
background-color: #73303D;
}
.BgClassName
{
background-color: #73303D;
}
</style>
border-color css
<style>
span { border-color: #73303D; }
span { border-color: rgb(115,48,61); }
td.TdClassName
{
border-color: #73303D;
}
.TagClassName
{
border-color: #73303D;
}
</style>