Shades of Merlot #673840
Tints of Merlot #673840
RGB
CMYK
RGB Variations
Color information
#673840 (or 0x673840) is known color: Merlot. HEX triplet: 67, 38 and 40. RGB value is (103,56,64). Sum of RGB (Red+Green+Blue) = 103+56+64=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #673840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673840 is #98C7BF. Grayscale: #464646. Windows color (decimal): -10012608 or 4208743. OLE color: 4208743.
HSL color Cylindrical-coordinate representation of color #673840: hue angle of 349.79º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #673840 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 56 | 64 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.60 |
| HSL | 349.79º | 0.3% | 0.31% | - |
| HSV(B) | 349.79º | 0.46% | 0.4% | - |
| XYZ | 7.93 | 6.08 | 5.61 | - |
| YUV | 70.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 64 | 0 | 0.46 | 0.38 | 0.60 | 349.79 | 0.3 | 0.31 |
| Hex | 67 | 38 | 40 | 0 | 2E | 26 | 3C | 15E | 1E | 1F |
| Octal | 147 | 70 | 100 | 0 | 56 | 46 | 74 | 536 | 36 | 37 |
| Binary | 1100111 | 111000 | 1000000 | 0 | 101110 | 100110 | 111100 | 101011110 | 11110 | 11111 |
Color Harmonies of #673840
Complementary color
Monochromatic Colors of #673840
Black with #673840
Text Example
Text Example
White with #673840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673840; }
p { color: rgb(103,56,64); }
H1.HeaderClassName
{
color: #673840;
}
.AnyTagClassName
{
color: #673840;
}
</style>
background-color css
<style>
a { background-color: #673840; }
a { background-color: rgb(103,56,64); }
div.DivClassName
{
background-color: #673840;
}
.BgClassName
{
background-color: #673840;
}
</style>
border-color css
<style>
span { border-color: #673840; }
span { border-color: rgb(103,56,64); }
td.TdClassName
{
border-color: #673840;
}
.TagClassName
{
border-color: #673840;
}
</style>