Shades of Merlot #733743
Tints of Merlot #733743
RGB
CMYK
RGB Variations
Color information
#733743 (or 0x733743) is known color: Merlot. HEX triplet: 73, 37 and 43. RGB value is (115,55,67). Sum of RGB (Red+Green+Blue) = 115+55+67=237 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.52% from 237); Green value is 55 (21.88% from 255 or 23.21% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 115 - color contains mainly: red. Hex color #733743 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733743 is #8CC8BC. Grayscale: #4A4A4A. Windows color (decimal): -9226429 or 4405107. OLE color: 4405107.
HSL color Cylindrical-coordinate representation of color #733743: hue angle of 348º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #733743 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 55 | 67 | - |
| CMYK | 0 | 0.52 | 0.42 | 0.55 |
| HSL | 348º | 0.35% | 0.33% | - |
| HSV(B) | 348º | 0.52% | 0.45% | - |
| XYZ | 9.45 | 6.78 | 6.12 | - |
| YUV | 74.31 | 123.88 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 55 | 67 | 0 | 0.52 | 0.42 | 0.55 | 348 | 0.35 | 0.33 |
| Hex | 73 | 37 | 43 | 0 | 34 | 2A | 37 | 15C | 23 | 21 |
| Octal | 163 | 67 | 103 | 0 | 64 | 52 | 67 | 534 | 43 | 41 |
| Binary | 1110011 | 110111 | 1000011 | 0 | 110100 | 101010 | 110111 | 101011100 | 100011 | 100001 |
Color Harmonies of #733743
Complementary color
Monochromatic Colors of #733743
Black with #733743
Text Example
Text Example
White with #733743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733743; }
p { color: rgb(115,55,67); }
H1.HeaderClassName
{
color: #733743;
}
.AnyTagClassName
{
color: #733743;
}
</style>
background-color css
<style>
a { background-color: #733743; }
a { background-color: rgb(115,55,67); }
div.DivClassName
{
background-color: #733743;
}
.BgClassName
{
background-color: #733743;
}
</style>
border-color css
<style>
span { border-color: #733743; }
span { border-color: rgb(115,55,67); }
td.TdClassName
{
border-color: #733743;
}
.TagClassName
{
border-color: #733743;
}
</style>