Shades of Merlot #74343F
Tints of Merlot #74343F
RGB
CMYK
RGB Variations
Color information
#74343F (or 0x74343F) is known color: Merlot. HEX triplet: 74, 34 and 3F. RGB value is (116,52,63). Sum of RGB (Red+Green+Blue) = 116+52+63=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #74343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74343F is #8BCBC0. Grayscale: #484848. Windows color (decimal): -9161665 or 4142196. OLE color: 4142196.
HSL color Cylindrical-coordinate representation of color #74343F: hue angle of 349.69º 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 #74343F is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 52 | 63 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.55 |
| HSL | 349.69º | 0.38% | 0.33% | - |
| HSV(B) | 349.69º | 0.55% | 0.45% | - |
| XYZ | 9.33 | 6.53 | 5.47 | - |
| YUV | 72.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 52 | 63 | 0 | 0.55 | 0.46 | 0.55 | 349.69 | 0.38 | 0.33 |
| Hex | 74 | 34 | 3F | 0 | 37 | 2E | 37 | 15E | 26 | 21 |
| Octal | 164 | 64 | 77 | 0 | 67 | 56 | 67 | 536 | 46 | 41 |
| Binary | 1110100 | 110100 | 111111 | 0 | 110111 | 101110 | 110111 | 101011110 | 100110 | 100001 |
Color Harmonies of #74343F
Complementary color
Monochromatic Colors of #74343F
Black with #74343F
Text Example
Text Example
White with #74343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74343F; }
p { color: rgb(116,52,63); }
H1.HeaderClassName
{
color: #74343F;
}
.AnyTagClassName
{
color: #74343F;
}
</style>
background-color css
<style>
a { background-color: #74343F; }
a { background-color: rgb(116,52,63); }
div.DivClassName
{
background-color: #74343F;
}
.BgClassName
{
background-color: #74343F;
}
</style>
border-color css
<style>
span { border-color: #74343F; }
span { border-color: rgb(116,52,63); }
td.TdClassName
{
border-color: #74343F;
}
.TagClassName
{
border-color: #74343F;
}
</style>