Shades of Merlot #68373C
Tints of Merlot #68373C
RGB
CMYK
RGB Variations
Color information
#68373C (or 0x68373C) is known color: Merlot. HEX triplet: 68, 37 and 3C. RGB value is (104,55,60). Sum of RGB (Red+Green+Blue) = 104+55+60=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #68373C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373C is #97C8C3. Grayscale: #464646. Windows color (decimal): -9947332 or 3946344. OLE color: 3946344.
HSL color Cylindrical-coordinate representation of color #68373C: hue angle of 353.88º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #68373C is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 60 | - |
| CMYK | 0 | 0.47 | 0.42 | 0.59 |
| HSL | 353.88º | 0.31% | 0.31% | - |
| HSV(B) | 353.88º | 0.47% | 0.41% | - |
| XYZ | 7.89 | 6 | 5.02 | - |
| YUV | 70.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 60 | 0 | 0.47 | 0.42 | 0.59 | 353.88 | 0.31 | 0.31 |
| Hex | 68 | 37 | 3C | 0 | 2F | 2A | 3B | 162 | 1F | 1F |
| Octal | 150 | 67 | 74 | 0 | 57 | 52 | 73 | 542 | 37 | 37 |
| Binary | 1101000 | 110111 | 111100 | 0 | 101111 | 101010 | 111011 | 101100010 | 11111 | 11111 |
Color Harmonies of #68373C
Complementary color
Monochromatic Colors of #68373C
Black with #68373C
Text Example
Text Example
White with #68373C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68373C; }
p { color: rgb(104,55,60); }
H1.HeaderClassName
{
color: #68373C;
}
.AnyTagClassName
{
color: #68373C;
}
</style>
background-color css
<style>
a { background-color: #68373C; }
a { background-color: rgb(104,55,60); }
div.DivClassName
{
background-color: #68373C;
}
.BgClassName
{
background-color: #68373C;
}
</style>
border-color css
<style>
span { border-color: #68373C; }
span { border-color: rgb(104,55,60); }
td.TdClassName
{
border-color: #68373C;
}
.TagClassName
{
border-color: #68373C;
}
</style>