Shades of Merlot #68373F
Tints of Merlot #68373F
RGB
CMYK
RGB Variations
Color information
#68373F (or 0x68373F) is known color: Merlot. HEX triplet: 68, 37 and 3F. RGB value is (104,55,63). Sum of RGB (Red+Green+Blue) = 104+55+63=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #68373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68373F is #97C8C0. Grayscale: #464646. Windows color (decimal): -9947329 or 4142952. OLE color: 4142952.
HSL color Cylindrical-coordinate representation of color #68373F: hue angle of 350.2º 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 #68373F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 55 | 63 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.59 |
| HSL | 350.2º | 0.31% | 0.31% | - |
| HSV(B) | 350.2º | 0.47% | 0.41% | - |
| XYZ | 7.97 | 6.03 | 5.45 | - |
| YUV | 70.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 55 | 63 | 0 | 0.47 | 0.39 | 0.59 | 350.2 | 0.31 | 0.31 |
| Hex | 68 | 37 | 3F | 0 | 2F | 27 | 3B | 15E | 1F | 1F |
| Octal | 150 | 67 | 77 | 0 | 57 | 47 | 73 | 536 | 37 | 37 |
| Binary | 1101000 | 110111 | 111111 | 0 | 101111 | 100111 | 111011 | 101011110 | 11111 | 11111 |
Color Harmonies of #68373F
Complementary color
Monochromatic Colors of #68373F
Black with #68373F
Text Example
Text Example
White with #68373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68373F; }
p { color: rgb(104,55,63); }
H1.HeaderClassName
{
color: #68373F;
}
.AnyTagClassName
{
color: #68373F;
}
</style>
background-color css
<style>
a { background-color: #68373F; }
a { background-color: rgb(104,55,63); }
div.DivClassName
{
background-color: #68373F;
}
.BgClassName
{
background-color: #68373F;
}
</style>
border-color css
<style>
span { border-color: #68373F; }
span { border-color: rgb(104,55,63); }
td.TdClassName
{
border-color: #68373F;
}
.TagClassName
{
border-color: #68373F;
}
</style>