Shades of Merlot #683037
Tints of Merlot #683037
RGB
CMYK
RGB Variations
Color information
#683037 (or 0x683037) is known color: Merlot. HEX triplet: 68, 30 and 37. RGB value is (104,48,55). Sum of RGB (Red+Green+Blue) = 104+48+55=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 48 (19.14% from 255 or 23.19% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683037 is #97CFC8. Grayscale: #414141. Windows color (decimal): -9949129 or 3616872. OLE color: 3616872.
HSL color Cylindrical-coordinate representation of color #683037: hue angle of 352.5º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683037 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 55 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.59 |
| HSL | 352.5º | 0.37% | 0.3% | - |
| HSV(B) | 352.5º | 0.54% | 0.41% | - |
| XYZ | 7.46 | 5.33 | 4.25 | - |
| YUV | 65.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 55 | 0 | 0.54 | 0.47 | 0.59 | 352.5 | 0.37 | 0.3 |
| Hex | 68 | 30 | 37 | 0 | 36 | 2F | 3B | 160 | 25 | 1E |
| Octal | 150 | 60 | 67 | 0 | 66 | 57 | 73 | 540 | 45 | 36 |
| Binary | 1101000 | 110000 | 110111 | 0 | 110110 | 101111 | 111011 | 101100000 | 100101 | 11110 |
Color Harmonies of #683037
Complementary color
Monochromatic Colors of #683037
Black with #683037
Text Example
Text Example
White with #683037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683037; }
p { color: rgb(104,48,55); }
H1.HeaderClassName
{
color: #683037;
}
.AnyTagClassName
{
color: #683037;
}
</style>
background-color css
<style>
a { background-color: #683037; }
a { background-color: rgb(104,48,55); }
div.DivClassName
{
background-color: #683037;
}
.BgClassName
{
background-color: #683037;
}
</style>
border-color css
<style>
span { border-color: #683037; }
span { border-color: rgb(104,48,55); }
td.TdClassName
{
border-color: #683037;
}
.TagClassName
{
border-color: #683037;
}
</style>