Shades of Merlot #673137
Tints of Merlot #673137
RGB
CMYK
RGB Variations
Color information
#673137 (or 0x673137) is known color: Merlot. HEX triplet: 67, 31 and 37. RGB value is (103,49,55). Sum of RGB (Red+Green+Blue) = 103+49+55=207 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.76% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 103 - color contains mainly: red. Hex color #673137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673137 is #98CEC8. Grayscale: #414141. Windows color (decimal): -10014409 or 3617127. OLE color: 3617127.
HSL color Cylindrical-coordinate representation of color #673137: hue angle of 353.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673137 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 55 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.60 |
| HSL | 353.33º | 0.36% | 0.3% | - |
| HSV(B) | 353.33º | 0.52% | 0.4% | - |
| XYZ | 7.38 | 5.36 | 4.26 | - |
| YUV | 65.83 | 121.89 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 55 | 0 | 0.52 | 0.47 | 0.60 | 353.33 | 0.36 | 0.3 |
| Hex | 67 | 31 | 37 | 0 | 34 | 2F | 3C | 161 | 24 | 1E |
| Octal | 147 | 61 | 67 | 0 | 64 | 57 | 74 | 541 | 44 | 36 |
| Binary | 1100111 | 110001 | 110111 | 0 | 110100 | 101111 | 111100 | 101100001 | 100100 | 11110 |
Color Harmonies of #673137
Complementary color
Monochromatic Colors of #673137
Black with #673137
Text Example
Text Example
White with #673137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673137; }
p { color: rgb(103,49,55); }
H1.HeaderClassName
{
color: #673137;
}
.AnyTagClassName
{
color: #673137;
}
</style>
background-color css
<style>
a { background-color: #673137; }
a { background-color: rgb(103,49,55); }
div.DivClassName
{
background-color: #673137;
}
.BgClassName
{
background-color: #673137;
}
</style>
border-color css
<style>
span { border-color: #673137; }
span { border-color: rgb(103,49,55); }
td.TdClassName
{
border-color: #673137;
}
.TagClassName
{
border-color: #673137;
}
</style>