Shades of Merlot #743441
Tints of Merlot #743441
RGB
CMYK
RGB Variations
Color information
#743441 (or 0x743441) is known color: Merlot. HEX triplet: 74, 34 and 41. RGB value is (116,52,65). Sum of RGB (Red+Green+Blue) = 116+52+65=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #743441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743441 is #8BCBBE. Grayscale: #484848. Windows color (decimal): -9161663 or 4273268. OLE color: 4273268.
HSL color Cylindrical-coordinate representation of color #743441: hue angle of 347.81º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #743441 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 65 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.55 |
| HSL | 347.81º | 0.38% | 0.33% | - |
| HSV(B) | 347.81º | 0.55% | 0.45% | - |
| XYZ | 9.38 | 6.55 | 5.77 | - |
| YUV | 72.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 65 | 0 | 0.55 | 0.44 | 0.55 | 347.81 | 0.38 | 0.33 |
| Hex | 74 | 34 | 41 | 0 | 37 | 2C | 37 | 15C | 26 | 21 |
| Octal | 164 | 64 | 101 | 0 | 67 | 54 | 67 | 534 | 46 | 41 |
| Binary | 1110100 | 110100 | 1000001 | 0 | 110111 | 101100 | 110111 | 101011100 | 100110 | 100001 |
Color Harmonies of #743441
Complementary color
Monochromatic Colors of #743441
Black with #743441
Text Example
Text Example
White with #743441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #743441; }
p { color: rgb(116,52,65); }
H1.HeaderClassName
{
color: #743441;
}
.AnyTagClassName
{
color: #743441;
}
</style>
background-color css
<style>
a { background-color: #743441; }
a { background-color: rgb(116,52,65); }
div.DivClassName
{
background-color: #743441;
}
.BgClassName
{
background-color: #743441;
}
</style>
border-color css
<style>
span { border-color: #743441; }
span { border-color: rgb(116,52,65); }
td.TdClassName
{
border-color: #743441;
}
.TagClassName
{
border-color: #743441;
}
</style>