Shades of Merlot #69373F
Tints of Merlot #69373F
RGB
CMYK
RGB Variations
Color information
#69373F (or 0x69373F) is known color: Merlot. HEX triplet: 69, 37 and 3F. RGB value is (105,55,63). Sum of RGB (Red+Green+Blue) = 105+55+63=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #69373F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69373F is #96C8C0. Grayscale: #464646. Windows color (decimal): -9881793 or 4142953. OLE color: 4142953.
HSL color Cylindrical-coordinate representation of color #69373F: hue angle of 350.4º degrees, saturation: 0.31, 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 #69373F is Cyan = 0, Magento = 0.48, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 55 | 63 | - |
| CMYK | 0 | 0.48 | 0.4 | 0.59 |
| HSL | 350.4º | 0.31% | 0.31% | - |
| HSV(B) | 350.4º | 0.48% | 0.41% | - |
| XYZ | 8.09 | 6.09 | 5.45 | - |
| YUV | 70.86 | 123.57 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 55 | 63 | 0 | 0.48 | 0.4 | 0.59 | 350.4 | 0.31 | 0.31 |
| Hex | 69 | 37 | 3F | 0 | 30 | 28 | 3B | 15E | 1F | 1F |
| Octal | 151 | 67 | 77 | 0 | 60 | 50 | 73 | 536 | 37 | 37 |
| Binary | 1101001 | 110111 | 111111 | 0 | 110000 | 101000 | 111011 | 101011110 | 11111 | 11111 |
Color Harmonies of #69373F
Complementary color
Monochromatic Colors of #69373F
Black with #69373F
Text Example
Text Example
White with #69373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69373F; }
p { color: rgb(105,55,63); }
H1.HeaderClassName
{
color: #69373F;
}
.AnyTagClassName
{
color: #69373F;
}
</style>
background-color css
<style>
a { background-color: #69373F; }
a { background-color: rgb(105,55,63); }
div.DivClassName
{
background-color: #69373F;
}
.BgClassName
{
background-color: #69373F;
}
</style>
border-color css
<style>
span { border-color: #69373F; }
span { border-color: rgb(105,55,63); }
td.TdClassName
{
border-color: #69373F;
}
.TagClassName
{
border-color: #69373F;
}
</style>