Shades of Merlot #74313A
Tints of Merlot #74313A
RGB
CMYK
RGB Variations
Color information
#74313A (or 0x74313A) is known color: Merlot. HEX triplet: 74, 31 and 3A. RGB value is (116,49,58). Sum of RGB (Red+Green+Blue) = 116+49+58=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #74313A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74313A is #8BCEC5. Grayscale: #464646. Windows color (decimal): -9162438 or 3813748. OLE color: 3813748.
HSL color Cylindrical-coordinate representation of color #74313A: hue angle of 351.94º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74313A is Cyan = 0, Magento = 0.58, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 49 | 58 | - |
| CMYK | 0 | 0.58 | 0.5 | 0.55 |
| HSL | 351.94º | 0.41% | 0.32% | - |
| HSV(B) | 351.94º | 0.58% | 0.45% | - |
| XYZ | 9.06 | 6.22 | 4.72 | - |
| YUV | 70.06 | 121.2 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 49 | 58 | 0 | 0.58 | 0.5 | 0.55 | 351.94 | 0.41 | 0.32 |
| Hex | 74 | 31 | 3A | 0 | 3A | 32 | 37 | 160 | 29 | 20 |
| Octal | 164 | 61 | 72 | 0 | 72 | 62 | 67 | 540 | 51 | 40 |
| Binary | 1110100 | 110001 | 111010 | 0 | 111010 | 110010 | 110111 | 101100000 | 101001 | 100000 |
Color Harmonies of #74313A
Complementary color
Monochromatic Colors of #74313A
Black with #74313A
Text Example
Text Example
White with #74313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74313A; }
p { color: rgb(116,49,58); }
H1.HeaderClassName
{
color: #74313A;
}
.AnyTagClassName
{
color: #74313A;
}
</style>
background-color css
<style>
a { background-color: #74313A; }
a { background-color: rgb(116,49,58); }
div.DivClassName
{
background-color: #74313A;
}
.BgClassName
{
background-color: #74313A;
}
</style>
border-color css
<style>
span { border-color: #74313A; }
span { border-color: rgb(116,49,58); }
td.TdClassName
{
border-color: #74313A;
}
.TagClassName
{
border-color: #74313A;
}
</style>