Shades of Merlot #68393D
Tints of Merlot #68393D
RGB
CMYK
RGB Variations
Color information
#68393D (or 0x68393D) is known color: Merlot. HEX triplet: 68, 39 and 3D. RGB value is (104,57,61). Sum of RGB (Red+Green+Blue) = 104+57+61=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68393D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68393D is #97C6C2. Grayscale: #474747. Windows color (decimal): -9946819 or 4012392. OLE color: 4012392.
HSL color Cylindrical-coordinate representation of color #68393D: hue angle of 354.89º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68393D is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 61 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.59 |
| HSL | 354.89º | 0.29% | 0.32% | - |
| HSV(B) | 354.89º | 0.45% | 0.41% | - |
| XYZ | 8.01 | 6.21 | 5.19 | - |
| YUV | 71.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 61 | 0 | 0.45 | 0.41 | 0.59 | 354.89 | 0.29 | 0.32 |
| Hex | 68 | 39 | 3D | 0 | 2D | 29 | 3B | 163 | 1D | 20 |
| Octal | 150 | 71 | 75 | 0 | 55 | 51 | 73 | 543 | 35 | 40 |
| Binary | 1101000 | 111001 | 111101 | 0 | 101101 | 101001 | 111011 | 101100011 | 11101 | 100000 |
Color Harmonies of #68393D
Complementary color
Monochromatic Colors of #68393D
Black with #68393D
Text Example
Text Example
White with #68393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68393D; }
p { color: rgb(104,57,61); }
H1.HeaderClassName
{
color: #68393D;
}
.AnyTagClassName
{
color: #68393D;
}
</style>
background-color css
<style>
a { background-color: #68393D; }
a { background-color: rgb(104,57,61); }
div.DivClassName
{
background-color: #68393D;
}
.BgClassName
{
background-color: #68393D;
}
</style>
border-color css
<style>
span { border-color: #68393D; }
span { border-color: rgb(104,57,61); }
td.TdClassName
{
border-color: #68393D;
}
.TagClassName
{
border-color: #68393D;
}
</style>