Shades of Merlot #683036
Tints of Merlot #683036
RGB
CMYK
RGB Variations
Color information
#683036 (or 0x683036) is known color: Merlot. HEX triplet: 68, 30 and 36. RGB value is (104,48,54). Sum of RGB (Red+Green+Blue) = 104+48+54=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #683036 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683036 is #97CFC9. Grayscale: #414141. Windows color (decimal): -9949130 or 3551336. OLE color: 3551336.
HSL color Cylindrical-coordinate representation of color #683036: hue angle of 353.57º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #683036 is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 54 | - |
| CMYK | 0 | 0.54 | 0.48 | 0.59 |
| HSL | 353.57º | 0.37% | 0.3% | - |
| HSV(B) | 353.57º | 0.54% | 0.41% | - |
| XYZ | 7.43 | 5.32 | 4.13 | - |
| YUV | 65.43 | 121.55 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 54 | 0 | 0.54 | 0.48 | 0.59 | 353.57 | 0.37 | 0.3 |
| Hex | 68 | 30 | 36 | 0 | 36 | 30 | 3B | 162 | 25 | 1E |
| Octal | 150 | 60 | 66 | 0 | 66 | 60 | 73 | 542 | 45 | 36 |
| Binary | 1101000 | 110000 | 110110 | 0 | 110110 | 110000 | 111011 | 101100010 | 100101 | 11110 |
Color Harmonies of #683036
Complementary color
Monochromatic Colors of #683036
Black with #683036
Text Example
Text Example
White with #683036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683036; }
p { color: rgb(104,48,54); }
H1.HeaderClassName
{
color: #683036;
}
.AnyTagClassName
{
color: #683036;
}
</style>
background-color css
<style>
a { background-color: #683036; }
a { background-color: rgb(104,48,54); }
div.DivClassName
{
background-color: #683036;
}
.BgClassName
{
background-color: #683036;
}
</style>
border-color css
<style>
span { border-color: #683036; }
span { border-color: rgb(104,48,54); }
td.TdClassName
{
border-color: #683036;
}
.TagClassName
{
border-color: #683036;
}
</style>