Shades of Merlot #69343E
Tints of Merlot #69343E
RGB
CMYK
RGB Variations
Color information
#69343E (or 0x69343E) is known color: Merlot. HEX triplet: 69, 34 and 3E. RGB value is (105,52,62). Sum of RGB (Red+Green+Blue) = 105+52+62=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69343E is #96CBC1. Grayscale: #454545. Windows color (decimal): -9882562 or 4076649. OLE color: 4076649.
HSL color Cylindrical-coordinate representation of color #69343E: hue angle of 348.68º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69343E is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 52 | 62 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.59 |
| HSL | 348.68º | 0.34% | 0.31% | - |
| HSV(B) | 348.68º | 0.5% | 0.41% | - |
| XYZ | 7.92 | 5.81 | 5.26 | - |
| YUV | 68.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 52 | 62 | 0 | 0.50 | 0.41 | 0.59 | 348.68 | 0.34 | 0.31 |
| Hex | 69 | 34 | 3E | 0 | 32 | 29 | 3B | 15D | 22 | 1F |
| Octal | 151 | 64 | 76 | 0 | 62 | 51 | 73 | 535 | 42 | 37 |
| Binary | 1101001 | 110100 | 111110 | 0 | 110010 | 101001 | 111011 | 101011101 | 100010 | 11111 |
Color Harmonies of #69343E
Complementary color
Monochromatic Colors of #69343E
Black with #69343E
Text Example
Text Example
White with #69343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69343E; }
p { color: rgb(105,52,62); }
H1.HeaderClassName
{
color: #69343E;
}
.AnyTagClassName
{
color: #69343E;
}
</style>
background-color css
<style>
a { background-color: #69343E; }
a { background-color: rgb(105,52,62); }
div.DivClassName
{
background-color: #69343E;
}
.BgClassName
{
background-color: #69343E;
}
</style>
border-color css
<style>
span { border-color: #69343E; }
span { border-color: rgb(105,52,62); }
td.TdClassName
{
border-color: #69343E;
}
.TagClassName
{
border-color: #69343E;
}
</style>