Shades of Merlot #683A3C
Tints of Merlot #683A3C
RGB
CMYK
RGB Variations
Color information
#683A3C (or 0x683A3C) is known color: Merlot. HEX triplet: 68, 3A and 3C. RGB value is (104,58,60). Sum of RGB (Red+Green+Blue) = 104+58+60=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #683A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683A3C is #97C5C3. Grayscale: #484848. Windows color (decimal): -9946564 or 3947112. OLE color: 3947112.
HSL color Cylindrical-coordinate representation of color #683A3C: hue angle of 357.39º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #683A3C is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 58 | 60 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.59 |
| HSL | 357.39º | 0.28% | 0.32% | - |
| HSV(B) | 357.39º | 0.44% | 0.41% | - |
| XYZ | 8.04 | 6.3 | 5.07 | - |
| YUV | 71.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 58 | 60 | 0 | 0.44 | 0.42 | 0.59 | 357.39 | 0.28 | 0.32 |
| Hex | 68 | 3A | 3C | 0 | 2C | 2A | 3B | 165 | 1C | 20 |
| Octal | 150 | 72 | 74 | 0 | 54 | 52 | 73 | 545 | 34 | 40 |
| Binary | 1101000 | 111010 | 111100 | 0 | 101100 | 101010 | 111011 | 101100101 | 11100 | 100000 |
Color Harmonies of #683A3C
Complementary color
Monochromatic Colors of #683A3C
Black with #683A3C
Text Example
Text Example
White with #683A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683A3C; }
p { color: rgb(104,58,60); }
H1.HeaderClassName
{
color: #683A3C;
}
.AnyTagClassName
{
color: #683A3C;
}
</style>
background-color css
<style>
a { background-color: #683A3C; }
a { background-color: rgb(104,58,60); }
div.DivClassName
{
background-color: #683A3C;
}
.BgClassName
{
background-color: #683A3C;
}
</style>
border-color css
<style>
span { border-color: #683A3C; }
span { border-color: rgb(104,58,60); }
td.TdClassName
{
border-color: #683A3C;
}
.TagClassName
{
border-color: #683A3C;
}
</style>