Shades of Merlot #693841
Tints of Merlot #693841
RGB
CMYK
RGB Variations
Color information
#693841 (or 0x693841) is known color: Merlot. HEX triplet: 69, 38 and 41. RGB value is (105,56,65). Sum of RGB (Red+Green+Blue) = 105+56+65=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 56 (22.27% from 255 or 24.78% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #693841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693841 is #96C7BE. Grayscale: #474747. Windows color (decimal): -9881535 or 4274281. OLE color: 4274281.
HSL color Cylindrical-coordinate representation of color #693841: hue angle of 348.98º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #693841 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 56 | 65 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.59 |
| HSL | 348.98º | 0.3% | 0.32% | - |
| HSV(B) | 348.98º | 0.47% | 0.41% | - |
| XYZ | 8.19 | 6.21 | 5.77 | - |
| YUV | 71.68 | 124.23 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 65 | 0 | 0.47 | 0.38 | 0.59 | 348.98 | 0.3 | 0.32 |
| Hex | 69 | 38 | 41 | 0 | 2F | 26 | 3B | 15D | 1E | 20 |
| Octal | 151 | 70 | 101 | 0 | 57 | 46 | 73 | 535 | 36 | 40 |
| Binary | 1101001 | 111000 | 1000001 | 0 | 101111 | 100110 | 111011 | 101011101 | 11110 | 100000 |
Color Harmonies of #693841
Complementary color
Monochromatic Colors of #693841
Black with #693841
Text Example
Text Example
White with #693841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693841; }
p { color: rgb(105,56,65); }
H1.HeaderClassName
{
color: #693841;
}
.AnyTagClassName
{
color: #693841;
}
</style>
background-color css
<style>
a { background-color: #693841; }
a { background-color: rgb(105,56,65); }
div.DivClassName
{
background-color: #693841;
}
.BgClassName
{
background-color: #693841;
}
</style>
border-color css
<style>
span { border-color: #693841; }
span { border-color: rgb(105,56,65); }
td.TdClassName
{
border-color: #693841;
}
.TagClassName
{
border-color: #693841;
}
</style>