Shades of Merlot #68383D
Tints of Merlot #68383D
RGB
CMYK
RGB Variations
Color information
#68383D (or 0x68383D) is known color: Merlot. HEX triplet: 68, 38 and 3D. RGB value is (104,56,61). Sum of RGB (Red+Green+Blue) = 104+56+61=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68383D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383D is #97C7C2. Grayscale: #464646. Windows color (decimal): -9947075 or 4012136. OLE color: 4012136.
HSL color Cylindrical-coordinate representation of color #68383D: hue angle of 353.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68383D is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 61 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.59 |
| HSL | 353.75º | 0.3% | 0.31% | - |
| HSV(B) | 353.75º | 0.46% | 0.41% | - |
| XYZ | 7.97 | 6.11 | 5.17 | - |
| YUV | 70.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 61 | 0 | 0.46 | 0.41 | 0.59 | 353.75 | 0.3 | 0.31 |
| Hex | 68 | 38 | 3D | 0 | 2E | 29 | 3B | 162 | 1E | 1F |
| Octal | 150 | 70 | 75 | 0 | 56 | 51 | 73 | 542 | 36 | 37 |
| Binary | 1101000 | 111000 | 111101 | 0 | 101110 | 101001 | 111011 | 101100010 | 11110 | 11111 |
Color Harmonies of #68383D
Complementary color
Monochromatic Colors of #68383D
Black with #68383D
Text Example
Text Example
White with #68383D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68383D; }
p { color: rgb(104,56,61); }
H1.HeaderClassName
{
color: #68383D;
}
.AnyTagClassName
{
color: #68383D;
}
</style>
background-color css
<style>
a { background-color: #68383D; }
a { background-color: rgb(104,56,61); }
div.DivClassName
{
background-color: #68383D;
}
.BgClassName
{
background-color: #68383D;
}
</style>
border-color css
<style>
span { border-color: #68383D; }
span { border-color: rgb(104,56,61); }
td.TdClassName
{
border-color: #68383D;
}
.TagClassName
{
border-color: #68383D;
}
</style>