Shades of Merlot #73363D
Tints of Merlot #73363D
RGB
CMYK
RGB Variations
Color information
#73363D (or 0x73363D) is known color: Merlot. HEX triplet: 73, 36 and 3D. RGB value is (115,54,61). Sum of RGB (Red+Green+Blue) = 115+54+61=230 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 115 - color contains mainly: red. Hex color #73363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73363D is #8CC9C2. Grayscale: #494949. Windows color (decimal): -9226691 or 4011635. OLE color: 4011635.
HSL color Cylindrical-coordinate representation of color #73363D: hue angle of 353.11º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73363D is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 54 | 61 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.55 |
| HSL | 353.11º | 0.36% | 0.33% | - |
| HSV(B) | 353.11º | 0.53% | 0.45% | - |
| XYZ | 9.23 | 6.62 | 5.21 | - |
| YUV | 73.04 | 121.21 | 157.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 54 | 61 | 0 | 0.53 | 0.47 | 0.55 | 353.11 | 0.36 | 0.33 |
| Hex | 73 | 36 | 3D | 0 | 35 | 2F | 37 | 161 | 24 | 21 |
| Octal | 163 | 66 | 75 | 0 | 65 | 57 | 67 | 541 | 44 | 41 |
| Binary | 1110011 | 110110 | 111101 | 0 | 110101 | 101111 | 110111 | 101100001 | 100100 | 100001 |
Color Harmonies of #73363D
Complementary color
Monochromatic Colors of #73363D
Black with #73363D
Text Example
Text Example
White with #73363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73363D; }
p { color: rgb(115,54,61); }
H1.HeaderClassName
{
color: #73363D;
}
.AnyTagClassName
{
color: #73363D;
}
</style>
background-color css
<style>
a { background-color: #73363D; }
a { background-color: rgb(115,54,61); }
div.DivClassName
{
background-color: #73363D;
}
.BgClassName
{
background-color: #73363D;
}
</style>
border-color css
<style>
span { border-color: #73363D; }
span { border-color: rgb(115,54,61); }
td.TdClassName
{
border-color: #73363D;
}
.TagClassName
{
border-color: #73363D;
}
</style>