Shades of Merlot #68383F
Tints of Merlot #68383F
RGB
CMYK
RGB Variations
Color information
#68383F (or 0x68383F) is known color: Merlot. HEX triplet: 68, 38 and 3F. RGB value is (104,56,63). Sum of RGB (Red+Green+Blue) = 104+56+63=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #68383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68383F is #97C7C0. Grayscale: #474747. Windows color (decimal): -9947073 or 4143208. OLE color: 4143208.
HSL color Cylindrical-coordinate representation of color #68383F: hue angle of 351.25º 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 #68383F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 63 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.59 |
| HSL | 351.25º | 0.3% | 0.31% | - |
| HSV(B) | 351.25º | 0.46% | 0.41% | - |
| XYZ | 8.02 | 6.13 | 5.46 | - |
| YUV | 71.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 63 | 0 | 0.46 | 0.39 | 0.59 | 351.25 | 0.3 | 0.31 |
| Hex | 68 | 38 | 3F | 0 | 2E | 27 | 3B | 15F | 1E | 1F |
| Octal | 150 | 70 | 77 | 0 | 56 | 47 | 73 | 537 | 36 | 37 |
| Binary | 1101000 | 111000 | 111111 | 0 | 101110 | 100111 | 111011 | 101011111 | 11110 | 11111 |
Color Harmonies of #68383F
Complementary color
Monochromatic Colors of #68383F
Black with #68383F
Text Example
Text Example
White with #68383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68383F; }
p { color: rgb(104,56,63); }
H1.HeaderClassName
{
color: #68383F;
}
.AnyTagClassName
{
color: #68383F;
}
</style>
background-color css
<style>
a { background-color: #68383F; }
a { background-color: rgb(104,56,63); }
div.DivClassName
{
background-color: #68383F;
}
.BgClassName
{
background-color: #68383F;
}
</style>
border-color css
<style>
span { border-color: #68383F; }
span { border-color: rgb(104,56,63); }
td.TdClassName
{
border-color: #68383F;
}
.TagClassName
{
border-color: #68383F;
}
</style>