Shades of Merlot #683139
Tints of Merlot #683139
RGB
CMYK
RGB Variations
Color information
#683139 (or 0x683139) is known color: Merlot. HEX triplet: 68, 31 and 39. RGB value is (104,49,57). Sum of RGB (Red+Green+Blue) = 104+49+57=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683139 is #97CEC6. Grayscale: #424242. Windows color (decimal): -9948871 or 3748200. OLE color: 3748200.
HSL color Cylindrical-coordinate representation of color #683139: hue angle of 351.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683139 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 57 | - |
| CMYK | 0 | 0.53 | 0.45 | 0.59 |
| HSL | 351.27º | 0.36% | 0.3% | - |
| HSV(B) | 351.27º | 0.53% | 0.41% | - |
| XYZ | 7.55 | 5.44 | 4.52 | - |
| YUV | 66.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 57 | 0 | 0.53 | 0.45 | 0.59 | 351.27 | 0.36 | 0.3 |
| Hex | 68 | 31 | 39 | 0 | 35 | 2D | 3B | 15F | 24 | 1E |
| Octal | 150 | 61 | 71 | 0 | 65 | 55 | 73 | 537 | 44 | 36 |
| Binary | 1101000 | 110001 | 111001 | 0 | 110101 | 101101 | 111011 | 101011111 | 100100 | 11110 |
Color Harmonies of #683139
Complementary color
Monochromatic Colors of #683139
Black with #683139
Text Example
Text Example
White with #683139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683139; }
p { color: rgb(104,49,57); }
H1.HeaderClassName
{
color: #683139;
}
.AnyTagClassName
{
color: #683139;
}
</style>
background-color css
<style>
a { background-color: #683139; }
a { background-color: rgb(104,49,57); }
div.DivClassName
{
background-color: #683139;
}
.BgClassName
{
background-color: #683139;
}
</style>
border-color css
<style>
span { border-color: #683139; }
span { border-color: rgb(104,49,57); }
td.TdClassName
{
border-color: #683139;
}
.TagClassName
{
border-color: #683139;
}
</style>