Shades of Merlot #673439
Tints of Merlot #673439
RGB
CMYK
RGB Variations
Color information
#673439 (or 0x673439) is known color: Merlot. HEX triplet: 67, 34 and 39. RGB value is (103,52,57). Sum of RGB (Red+Green+Blue) = 103+52+57=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 52 (20.70% from 255 or 24.53% from 212); Blue value is 57 (22.66% from 255 or 26.89% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #673439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673439 is #98CBC6. Grayscale: #434343. Windows color (decimal): -10013639 or 3748967. OLE color: 3748967.
HSL color Cylindrical-coordinate representation of color #673439: hue angle of 354.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673439 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 52 | 57 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.60 |
| HSL | 354.12º | 0.33% | 0.3% | - |
| HSV(B) | 354.12º | 0.5% | 0.4% | - |
| XYZ | 7.56 | 5.63 | 4.56 | - |
| YUV | 67.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 57 | 0 | 0.50 | 0.45 | 0.60 | 354.12 | 0.33 | 0.3 |
| Hex | 67 | 34 | 39 | 0 | 32 | 2D | 3C | 162 | 21 | 1E |
| Octal | 147 | 64 | 71 | 0 | 62 | 55 | 74 | 542 | 41 | 36 |
| Binary | 1100111 | 110100 | 111001 | 0 | 110010 | 101101 | 111100 | 101100010 | 100001 | 11110 |
Color Harmonies of #673439
Complementary color
Monochromatic Colors of #673439
Black with #673439
Text Example
Text Example
White with #673439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673439; }
p { color: rgb(103,52,57); }
H1.HeaderClassName
{
color: #673439;
}
.AnyTagClassName
{
color: #673439;
}
</style>
background-color css
<style>
a { background-color: #673439; }
a { background-color: rgb(103,52,57); }
div.DivClassName
{
background-color: #673439;
}
.BgClassName
{
background-color: #673439;
}
</style>
border-color css
<style>
span { border-color: #673439; }
span { border-color: rgb(103,52,57); }
td.TdClassName
{
border-color: #673439;
}
.TagClassName
{
border-color: #673439;
}
</style>