Shades of Merlot #683840
Tints of Merlot #683840
RGB
CMYK
RGB Variations
Color information
#683840 (or 0x683840) is known color: Merlot. HEX triplet: 68, 38 and 40. RGB value is (104,56,64). Sum of RGB (Red+Green+Blue) = 104+56+64=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 56 (22.27% from 255 or 25% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683840 is #97C7BF. Grayscale: #474747. Windows color (decimal): -9947072 or 4208744. OLE color: 4208744.
HSL color Cylindrical-coordinate representation of color #683840: hue angle of 350º 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 #683840 is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 56 | 64 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.59 |
| HSL | 350º | 0.3% | 0.31% | - |
| HSV(B) | 350º | 0.46% | 0.41% | - |
| XYZ | 8.05 | 6.14 | 5.61 | - |
| YUV | 71.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 56 | 64 | 0 | 0.46 | 0.38 | 0.59 | 350 | 0.3 | 0.31 |
| Hex | 68 | 38 | 40 | 0 | 2E | 26 | 3B | 15E | 1E | 1F |
| Octal | 150 | 70 | 100 | 0 | 56 | 46 | 73 | 536 | 36 | 37 |
| Binary | 1101000 | 111000 | 1000000 | 0 | 101110 | 100110 | 111011 | 101011110 | 11110 | 11111 |
Color Harmonies of #683840
Complementary color
Monochromatic Colors of #683840
Black with #683840
Text Example
Text Example
White with #683840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683840; }
p { color: rgb(104,56,64); }
H1.HeaderClassName
{
color: #683840;
}
.AnyTagClassName
{
color: #683840;
}
</style>
background-color css
<style>
a { background-color: #683840; }
a { background-color: rgb(104,56,64); }
div.DivClassName
{
background-color: #683840;
}
.BgClassName
{
background-color: #683840;
}
</style>
border-color css
<style>
span { border-color: #683840; }
span { border-color: rgb(104,56,64); }
td.TdClassName
{
border-color: #683840;
}
.TagClassName
{
border-color: #683840;
}
</style>