Shades of Merlot #68393B
Tints of Merlot #68393B
RGB
CMYK
RGB Variations
Color information
#68393B (or 0x68393B) is known color: Merlot. HEX triplet: 68, 39 and 3B. RGB value is (104,57,59). Sum of RGB (Red+Green+Blue) = 104+57+59=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68393B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68393B is #97C6C4. Grayscale: #474747. Windows color (decimal): -9946821 or 3881320. OLE color: 3881320.
HSL color Cylindrical-coordinate representation of color #68393B: hue angle of 357.45º 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 #68393B is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 59 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.59 |
| HSL | 357.45º | 0.29% | 0.32% | - |
| HSV(B) | 357.45º | 0.45% | 0.41% | - |
| XYZ | 7.96 | 6.19 | 4.91 | - |
| YUV | 71.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 59 | 0 | 0.45 | 0.43 | 0.59 | 357.45 | 0.29 | 0.32 |
| Hex | 68 | 39 | 3B | 0 | 2D | 2B | 3B | 165 | 1D | 20 |
| Octal | 150 | 71 | 73 | 0 | 55 | 53 | 73 | 545 | 35 | 40 |
| Binary | 1101000 | 111001 | 111011 | 0 | 101101 | 101011 | 111011 | 101100101 | 11101 | 100000 |
Color Harmonies of #68393B
Complementary color
Monochromatic Colors of #68393B
Black with #68393B
Text Example
Text Example
White with #68393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68393B; }
p { color: rgb(104,57,59); }
H1.HeaderClassName
{
color: #68393B;
}
.AnyTagClassName
{
color: #68393B;
}
</style>
background-color css
<style>
a { background-color: #68393B; }
a { background-color: rgb(104,57,59); }
div.DivClassName
{
background-color: #68393B;
}
.BgClassName
{
background-color: #68393B;
}
</style>
border-color css
<style>
span { border-color: #68393B; }
span { border-color: rgb(104,57,59); }
td.TdClassName
{
border-color: #68393B;
}
.TagClassName
{
border-color: #68393B;
}
</style>