Shades of Merlot #74333E
Tints of Merlot #74333E
RGB
CMYK
RGB Variations
Color information
#74333E (or 0x74333E) is known color: Merlot. HEX triplet: 74, 33 and 3E. RGB value is (116,51,62). Sum of RGB (Red+Green+Blue) = 116+51+62=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 51 (20.31% from 255 or 22.27% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74333E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74333E is #8BCCC1. Grayscale: #474747. Windows color (decimal): -9161922 or 4076404. OLE color: 4076404.
HSL color Cylindrical-coordinate representation of color #74333E: hue angle of 349.85º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74333E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 62 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.55 |
| HSL | 349.85º | 0.39% | 0.33% | - |
| HSV(B) | 349.85º | 0.56% | 0.45% | - |
| XYZ | 9.26 | 6.43 | 5.31 | - |
| YUV | 71.69 | 122.53 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 62 | 0 | 0.56 | 0.47 | 0.55 | 349.85 | 0.39 | 0.33 |
| Hex | 74 | 33 | 3E | 0 | 38 | 2F | 37 | 15E | 27 | 21 |
| Octal | 164 | 63 | 76 | 0 | 70 | 57 | 67 | 536 | 47 | 41 |
| Binary | 1110100 | 110011 | 111110 | 0 | 111000 | 101111 | 110111 | 101011110 | 100111 | 100001 |
Color Harmonies of #74333E
Complementary color
Monochromatic Colors of #74333E
Black with #74333E
Text Example
Text Example
White with #74333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74333E; }
p { color: rgb(116,51,62); }
H1.HeaderClassName
{
color: #74333E;
}
.AnyTagClassName
{
color: #74333E;
}
</style>
background-color css
<style>
a { background-color: #74333E; }
a { background-color: rgb(116,51,62); }
div.DivClassName
{
background-color: #74333E;
}
.BgClassName
{
background-color: #74333E;
}
</style>
border-color css
<style>
span { border-color: #74333E; }
span { border-color: rgb(116,51,62); }
td.TdClassName
{
border-color: #74333E;
}
.TagClassName
{
border-color: #74333E;
}
</style>