Shades of Merlot #74323F
Tints of Merlot #74323F
RGB
CMYK
RGB Variations
Color information
#74323F (or 0x74323F) is known color: Merlot. HEX triplet: 74, 32 and 3F. RGB value is (116,50,63). Sum of RGB (Red+Green+Blue) = 116+50+63=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 63 (25% from 255 or 27.51% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #74323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74323F is #8BCDC0. Grayscale: #474747. Windows color (decimal): -9162177 or 4141684. OLE color: 4141684.
HSL color Cylindrical-coordinate representation of color #74323F: hue angle of 348.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74323F is Cyan = 0, Magento = 0.57, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 63 | - |
| CMYK | 0 | 0.57 | 0.46 | 0.55 |
| HSL | 348.18º | 0.4% | 0.33% | - |
| HSV(B) | 348.18º | 0.57% | 0.45% | - |
| XYZ | 9.24 | 6.35 | 5.44 | - |
| YUV | 71.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 63 | 0 | 0.57 | 0.46 | 0.55 | 348.18 | 0.4 | 0.33 |
| Hex | 74 | 32 | 3F | 0 | 39 | 2E | 37 | 15C | 28 | 21 |
| Octal | 164 | 62 | 77 | 0 | 71 | 56 | 67 | 534 | 50 | 41 |
| Binary | 1110100 | 110010 | 111111 | 0 | 111001 | 101110 | 110111 | 101011100 | 101000 | 100001 |
Color Harmonies of #74323F
Complementary color
Monochromatic Colors of #74323F
Black with #74323F
Text Example
Text Example
White with #74323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74323F; }
p { color: rgb(116,50,63); }
H1.HeaderClassName
{
color: #74323F;
}
.AnyTagClassName
{
color: #74323F;
}
</style>
background-color css
<style>
a { background-color: #74323F; }
a { background-color: rgb(116,50,63); }
div.DivClassName
{
background-color: #74323F;
}
.BgClassName
{
background-color: #74323F;
}
</style>
border-color css
<style>
span { border-color: #74323F; }
span { border-color: rgb(116,50,63); }
td.TdClassName
{
border-color: #74323F;
}
.TagClassName
{
border-color: #74323F;
}
</style>