Shades of Merlot #74323A
Tints of Merlot #74323A
RGB
CMYK
RGB Variations
Color information
#74323A (or 0x74323A) is known color: Merlot. HEX triplet: 74, 32 and 3A. RGB value is (116,50,58). Sum of RGB (Red+Green+Blue) = 116+50+58=224 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.79% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 116 - color contains mainly: red. Hex color #74323A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74323A is #8BCDC5. Grayscale: #464646. Windows color (decimal): -9162182 or 3814004. OLE color: 3814004.
HSL color Cylindrical-coordinate representation of color #74323A: hue angle of 352.73º 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 #74323A is Cyan = 0, Magento = 0.57, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 50 | 58 | - |
| CMYK | 0 | 0.57 | 0.5 | 0.55 |
| HSL | 352.73º | 0.4% | 0.33% | - |
| HSV(B) | 352.73º | 0.57% | 0.45% | - |
| XYZ | 9.11 | 6.3 | 4.74 | - |
| YUV | 70.65 | 120.87 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 50 | 58 | 0 | 0.57 | 0.5 | 0.55 | 352.73 | 0.4 | 0.33 |
| Hex | 74 | 32 | 3A | 0 | 39 | 32 | 37 | 161 | 28 | 21 |
| Octal | 164 | 62 | 72 | 0 | 71 | 62 | 67 | 541 | 50 | 41 |
| Binary | 1110100 | 110010 | 111010 | 0 | 111001 | 110010 | 110111 | 101100001 | 101000 | 100001 |
Color Harmonies of #74323A
Complementary color
Monochromatic Colors of #74323A
Black with #74323A
Text Example
Text Example
White with #74323A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74323A; }
p { color: rgb(116,50,58); }
H1.HeaderClassName
{
color: #74323A;
}
.AnyTagClassName
{
color: #74323A;
}
</style>
background-color css
<style>
a { background-color: #74323A; }
a { background-color: rgb(116,50,58); }
div.DivClassName
{
background-color: #74323A;
}
.BgClassName
{
background-color: #74323A;
}
</style>
border-color css
<style>
span { border-color: #74323A; }
span { border-color: rgb(116,50,58); }
td.TdClassName
{
border-color: #74323A;
}
.TagClassName
{
border-color: #74323A;
}
</style>