Shades of Merlot #69393F
Tints of Merlot #69393F
RGB
CMYK
RGB Variations
Color information
#69393F (or 0x69393F) is known color: Merlot. HEX triplet: 69, 39 and 3F. RGB value is (105,57,63). Sum of RGB (Red+Green+Blue) = 105+57+63=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #69393F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69393F is #96C6C0. Grayscale: #484848. Windows color (decimal): -9881281 or 4143465. OLE color: 4143465.
HSL color Cylindrical-coordinate representation of color #69393F: hue angle of 352.5º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69393F is Cyan = 0, Magento = 0.46, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 63 | - |
| CMYK | 0 | 0.46 | 0.4 | 0.59 |
| HSL | 352.5º | 0.3% | 0.32% | - |
| HSV(B) | 352.5º | 0.46% | 0.41% | - |
| XYZ | 8.19 | 6.29 | 5.48 | - |
| YUV | 72.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 63 | 0 | 0.46 | 0.4 | 0.59 | 352.5 | 0.3 | 0.32 |
| Hex | 69 | 39 | 3F | 0 | 2E | 28 | 3B | 160 | 1E | 20 |
| Octal | 151 | 71 | 77 | 0 | 56 | 50 | 73 | 540 | 36 | 40 |
| Binary | 1101001 | 111001 | 111111 | 0 | 101110 | 101000 | 111011 | 101100000 | 11110 | 100000 |
Color Harmonies of #69393F
Complementary color
Monochromatic Colors of #69393F
Black with #69393F
Text Example
Text Example
White with #69393F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69393F; }
p { color: rgb(105,57,63); }
H1.HeaderClassName
{
color: #69393F;
}
.AnyTagClassName
{
color: #69393F;
}
</style>
background-color css
<style>
a { background-color: #69393F; }
a { background-color: rgb(105,57,63); }
div.DivClassName
{
background-color: #69393F;
}
.BgClassName
{
background-color: #69393F;
}
</style>
border-color css
<style>
span { border-color: #69393F; }
span { border-color: rgb(105,57,63); }
td.TdClassName
{
border-color: #69393F;
}
.TagClassName
{
border-color: #69393F;
}
</style>