Shades of Merlot #683136
Tints of Merlot #683136
RGB
CMYK
RGB Variations
Color information
#683136 (or 0x683136) is known color: Merlot. HEX triplet: 68, 31 and 36. RGB value is (104,49,54). Sum of RGB (Red+Green+Blue) = 104+49+54=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 49 (19.53% from 255 or 23.67% from 207); Blue value is 54 (21.48% from 255 or 26.09% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #683136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683136 is #97CEC9. Grayscale: #424242. Windows color (decimal): -9948874 or 3551592. OLE color: 3551592.
HSL color Cylindrical-coordinate representation of color #683136: hue angle of 354.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683136 is Cyan = 0, Magento = 0.53, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 54 | - |
| CMYK | 0 | 0.53 | 0.48 | 0.59 |
| HSL | 354.55º | 0.36% | 0.3% | - |
| HSV(B) | 354.55º | 0.53% | 0.41% | - |
| XYZ | 7.47 | 5.41 | 4.14 | - |
| YUV | 66.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 54 | 0 | 0.53 | 0.48 | 0.59 | 354.55 | 0.36 | 0.3 |
| Hex | 68 | 31 | 36 | 0 | 35 | 30 | 3B | 163 | 24 | 1E |
| Octal | 150 | 61 | 66 | 0 | 65 | 60 | 73 | 543 | 44 | 36 |
| Binary | 1101000 | 110001 | 110110 | 0 | 110101 | 110000 | 111011 | 101100011 | 100100 | 11110 |
Color Harmonies of #683136
Complementary color
Monochromatic Colors of #683136
Black with #683136
Text Example
Text Example
White with #683136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683136; }
p { color: rgb(104,49,54); }
H1.HeaderClassName
{
color: #683136;
}
.AnyTagClassName
{
color: #683136;
}
</style>
background-color css
<style>
a { background-color: #683136; }
a { background-color: rgb(104,49,54); }
div.DivClassName
{
background-color: #683136;
}
.BgClassName
{
background-color: #683136;
}
</style>
border-color css
<style>
span { border-color: #683136; }
span { border-color: rgb(104,49,54); }
td.TdClassName
{
border-color: #683136;
}
.TagClassName
{
border-color: #683136;
}
</style>