Shades of Merlot #74333D
Tints of Merlot #74333D
RGB
CMYK
RGB Variations
Color information
#74333D (or 0x74333D) is known color: Merlot. HEX triplet: 74, 33 and 3D. RGB value is (116,51,61). Sum of RGB (Red+Green+Blue) = 116+51+61=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 61 (24.22% from 255 or 26.75% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #74333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74333D is #8BCCC2. Grayscale: #474747. Windows color (decimal): -9161923 or 4010868. OLE color: 4010868.
HSL color Cylindrical-coordinate representation of color #74333D: hue angle of 350.77º 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 #74333D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 51 | 61 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.55 |
| HSL | 350.77º | 0.39% | 0.33% | - |
| HSV(B) | 350.77º | 0.56% | 0.45% | - |
| XYZ | 9.23 | 6.42 | 5.17 | - |
| YUV | 71.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 51 | 61 | 0 | 0.56 | 0.47 | 0.55 | 350.77 | 0.39 | 0.33 |
| Hex | 74 | 33 | 3D | 0 | 38 | 2F | 37 | 15F | 27 | 21 |
| Octal | 164 | 63 | 75 | 0 | 70 | 57 | 67 | 537 | 47 | 41 |
| Binary | 1110100 | 110011 | 111101 | 0 | 111000 | 101111 | 110111 | 101011111 | 100111 | 100001 |
Color Harmonies of #74333D
Complementary color
Monochromatic Colors of #74333D
Black with #74333D
Text Example
Text Example
White with #74333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74333D; }
p { color: rgb(116,51,61); }
H1.HeaderClassName
{
color: #74333D;
}
.AnyTagClassName
{
color: #74333D;
}
</style>
background-color css
<style>
a { background-color: #74333D; }
a { background-color: rgb(116,51,61); }
div.DivClassName
{
background-color: #74333D;
}
.BgClassName
{
background-color: #74333D;
}
</style>
border-color css
<style>
span { border-color: #74333D; }
span { border-color: rgb(116,51,61); }
td.TdClassName
{
border-color: #74333D;
}
.TagClassName
{
border-color: #74333D;
}
</style>