Shades of Merlot #683439
Tints of Merlot #683439
RGB
CMYK
RGB Variations
Color information
#683439 (or 0x683439) is known color: Merlot. HEX triplet: 68, 34 and 39. RGB value is (104,52,57). Sum of RGB (Red+Green+Blue) = 104+52+57=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #683439 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683439 is #97CBC6. Grayscale: #444444. Windows color (decimal): -9948103 or 3748968. OLE color: 3748968.
HSL color Cylindrical-coordinate representation of color #683439: hue angle of 354.23º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683439 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 52 | 57 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.59 |
| HSL | 354.23º | 0.33% | 0.31% | - |
| HSV(B) | 354.23º | 0.5% | 0.41% | - |
| XYZ | 7.68 | 5.69 | 4.57 | - |
| YUV | 68.12 | 121.73 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 57 | 0 | 0.50 | 0.45 | 0.59 | 354.23 | 0.33 | 0.31 |
| Hex | 68 | 34 | 39 | 0 | 32 | 2D | 3B | 162 | 21 | 1F |
| Octal | 150 | 64 | 71 | 0 | 62 | 55 | 73 | 542 | 41 | 37 |
| Binary | 1101000 | 110100 | 111001 | 0 | 110010 | 101101 | 111011 | 101100010 | 100001 | 11111 |
Color Harmonies of #683439
Complementary color
Monochromatic Colors of #683439
Black with #683439
Text Example
Text Example
White with #683439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683439; }
p { color: rgb(104,52,57); }
H1.HeaderClassName
{
color: #683439;
}
.AnyTagClassName
{
color: #683439;
}
</style>
background-color css
<style>
a { background-color: #683439; }
a { background-color: rgb(104,52,57); }
div.DivClassName
{
background-color: #683439;
}
.BgClassName
{
background-color: #683439;
}
</style>
border-color css
<style>
span { border-color: #683439; }
span { border-color: rgb(104,52,57); }
td.TdClassName
{
border-color: #683439;
}
.TagClassName
{
border-color: #683439;
}
</style>