Shades of Merlot #673037
Tints of Merlot #673037
RGB
CMYK
RGB Variations
Color information
#673037 (or 0x673037) is known color: Merlot. HEX triplet: 67, 30 and 37. RGB value is (103,48,55). Sum of RGB (Red+Green+Blue) = 103+48+55=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 55 (21.88% from 255 or 26.70% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #673037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673037 is #98CFC8. Grayscale: #414141. Windows color (decimal): -10014665 or 3616871. OLE color: 3616871.
HSL color Cylindrical-coordinate representation of color #673037: hue angle of 352.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673037 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 55 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.60 |
| HSL | 352.36º | 0.36% | 0.3% | - |
| HSV(B) | 352.36º | 0.53% | 0.4% | - |
| XYZ | 7.34 | 5.27 | 4.25 | - |
| YUV | 65.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 55 | 0 | 0.53 | 0.47 | 0.60 | 352.36 | 0.36 | 0.3 |
| Hex | 67 | 30 | 37 | 0 | 35 | 2F | 3C | 160 | 24 | 1E |
| Octal | 147 | 60 | 67 | 0 | 65 | 57 | 74 | 540 | 44 | 36 |
| Binary | 1100111 | 110000 | 110111 | 0 | 110101 | 101111 | 111100 | 101100000 | 100100 | 11110 |
Color Harmonies of #673037
Complementary color
Monochromatic Colors of #673037
Black with #673037
Text Example
Text Example
White with #673037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673037; }
p { color: rgb(103,48,55); }
H1.HeaderClassName
{
color: #673037;
}
.AnyTagClassName
{
color: #673037;
}
</style>
background-color css
<style>
a { background-color: #673037; }
a { background-color: rgb(103,48,55); }
div.DivClassName
{
background-color: #673037;
}
.BgClassName
{
background-color: #673037;
}
</style>
border-color css
<style>
span { border-color: #673037; }
span { border-color: rgb(103,48,55); }
td.TdClassName
{
border-color: #673037;
}
.TagClassName
{
border-color: #673037;
}
</style>