Shades of Merlot #69353F
Tints of Merlot #69353F
RGB
CMYK
RGB Variations
Color information
#69353F (or 0x69353F) is known color: Merlot. HEX triplet: 69, 35 and 3F. RGB value is (105,53,63). Sum of RGB (Red+Green+Blue) = 105+53+63=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #69353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69353F is #96CAC0. Grayscale: #454545. Windows color (decimal): -9882305 or 4142441. OLE color: 4142441.
HSL color Cylindrical-coordinate representation of color #69353F: hue angle of 348.46º degrees, saturation: 0.33, 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 #69353F is Cyan = 0, Magento = 0.50, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 53 | 63 | - |
| CMYK | 0 | 0.50 | 0.4 | 0.59 |
| HSL | 348.46º | 0.33% | 0.31% | - |
| HSV(B) | 348.46º | 0.5% | 0.41% | - |
| XYZ | 8 | 5.91 | 5.42 | - |
| YUV | 69.69 | 124.23 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 53 | 63 | 0 | 0.50 | 0.4 | 0.59 | 348.46 | 0.33 | 0.31 |
| Hex | 69 | 35 | 3F | 0 | 32 | 28 | 3B | 15C | 21 | 1F |
| Octal | 151 | 65 | 77 | 0 | 62 | 50 | 73 | 534 | 41 | 37 |
| Binary | 1101001 | 110101 | 111111 | 0 | 110010 | 101000 | 111011 | 101011100 | 100001 | 11111 |
Color Harmonies of #69353F
Complementary color
Monochromatic Colors of #69353F
Black with #69353F
Text Example
Text Example
White with #69353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69353F; }
p { color: rgb(105,53,63); }
H1.HeaderClassName
{
color: #69353F;
}
.AnyTagClassName
{
color: #69353F;
}
</style>
background-color css
<style>
a { background-color: #69353F; }
a { background-color: rgb(105,53,63); }
div.DivClassName
{
background-color: #69353F;
}
.BgClassName
{
background-color: #69353F;
}
</style>
border-color css
<style>
span { border-color: #69353F; }
span { border-color: rgb(105,53,63); }
td.TdClassName
{
border-color: #69353F;
}
.TagClassName
{
border-color: #69353F;
}
</style>