Shades of Merlot #68363B
Tints of Merlot #68363B
RGB
CMYK
RGB Variations
Color information
#68363B (or 0x68363B) is known color: Merlot. HEX triplet: 68, 36 and 3B. RGB value is (104,54,59). Sum of RGB (Red+Green+Blue) = 104+54+59=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 54 (21.48% from 255 or 24.88% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68363B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68363B is #97C9C4. Grayscale: #454545. Windows color (decimal): -9947589 or 3880552. OLE color: 3880552.
HSL color Cylindrical-coordinate representation of color #68363B: hue angle of 354º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #68363B is Cyan = 0, Magento = 0.48, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 54 | 59 | - |
| CMYK | 0 | 0.48 | 0.43 | 0.59 |
| HSL | 354º | 0.32% | 0.31% | - |
| HSV(B) | 354º | 0.48% | 0.41% | - |
| XYZ | 7.82 | 5.9 | 4.86 | - |
| YUV | 69.52 | 122.07 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 59 | 0 | 0.48 | 0.43 | 0.59 | 354 | 0.32 | 0.31 |
| Hex | 68 | 36 | 3B | 0 | 30 | 2B | 3B | 162 | 20 | 1F |
| Octal | 150 | 66 | 73 | 0 | 60 | 53 | 73 | 542 | 40 | 37 |
| Binary | 1101000 | 110110 | 111011 | 0 | 110000 | 101011 | 111011 | 101100010 | 100000 | 11111 |
Color Harmonies of #68363B
Complementary color
Monochromatic Colors of #68363B
Black with #68363B
Text Example
Text Example
White with #68363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68363B; }
p { color: rgb(104,54,59); }
H1.HeaderClassName
{
color: #68363B;
}
.AnyTagClassName
{
color: #68363B;
}
</style>
background-color css
<style>
a { background-color: #68363B; }
a { background-color: rgb(104,54,59); }
div.DivClassName
{
background-color: #68363B;
}
.BgClassName
{
background-color: #68363B;
}
</style>
border-color css
<style>
span { border-color: #68363B; }
span { border-color: rgb(104,54,59); }
td.TdClassName
{
border-color: #68363B;
}
.TagClassName
{
border-color: #68363B;
}
</style>