Shades of Merlot #743643
Tints of Merlot #743643
RGB
CMYK
RGB Variations
Color information
#743643 (or 0x743643) is known color: Merlot. HEX triplet: 74, 36 and 43. RGB value is (116,54,67). Sum of RGB (Red+Green+Blue) = 116+54+67=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #743643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743643 is #8BC9BC. Grayscale: #4A4A4A. Windows color (decimal): -9161149 or 4404852. OLE color: 4404852.
HSL color Cylindrical-coordinate representation of color #743643: hue angle of 347.42º 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 #743643 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 54 | 67 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.55 |
| HSL | 347.42º | 0.36% | 0.33% | - |
| HSV(B) | 347.42º | 0.53% | 0.45% | - |
| XYZ | 9.53 | 6.76 | 6.11 | - |
| YUV | 74.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 54 | 67 | 0 | 0.53 | 0.42 | 0.55 | 347.42 | 0.36 | 0.33 |
| Hex | 74 | 36 | 43 | 0 | 35 | 2A | 37 | 15B | 24 | 21 |
| Octal | 164 | 66 | 103 | 0 | 65 | 52 | 67 | 533 | 44 | 41 |
| Binary | 1110100 | 110110 | 1000011 | 0 | 110101 | 101010 | 110111 | 101011011 | 100100 | 100001 |
Color Harmonies of #743643
Complementary color
Monochromatic Colors of #743643
Black with #743643
Text Example
Text Example
White with #743643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743643; }
p { color: rgb(116,54,67); }
H1.HeaderClassName
{
color: #743643;
}
.AnyTagClassName
{
color: #743643;
}
</style>
background-color css
<style>
a { background-color: #743643; }
a { background-color: rgb(116,54,67); }
div.DivClassName
{
background-color: #743643;
}
.BgClassName
{
background-color: #743643;
}
</style>
border-color css
<style>
span { border-color: #743643; }
span { border-color: rgb(116,54,67); }
td.TdClassName
{
border-color: #743643;
}
.TagClassName
{
border-color: #743643;
}
</style>