Shades of Merlot #69333D
Tints of Merlot #69333D
RGB
CMYK
RGB Variations
Color information
#69333D (or 0x69333D) is known color: Merlot. HEX triplet: 69, 33 and 3D. RGB value is (105,51,61). Sum of RGB (Red+Green+Blue) = 105+51+61=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #69333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69333D is #96CCC2. Grayscale: #444444. Windows color (decimal): -9882819 or 4010857. OLE color: 4010857.
HSL color Cylindrical-coordinate representation of color #69333D: hue angle of 348.89º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69333D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 61 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.59 |
| HSL | 348.89º | 0.35% | 0.31% | - |
| HSV(B) | 348.89º | 0.51% | 0.41% | - |
| XYZ | 7.85 | 5.71 | 5.1 | - |
| YUV | 68.29 | 123.89 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 61 | 0 | 0.51 | 0.42 | 0.59 | 348.89 | 0.35 | 0.31 |
| Hex | 69 | 33 | 3D | 0 | 33 | 2A | 3B | 15D | 23 | 1F |
| Octal | 151 | 63 | 75 | 0 | 63 | 52 | 73 | 535 | 43 | 37 |
| Binary | 1101001 | 110011 | 111101 | 0 | 110011 | 101010 | 111011 | 101011101 | 100011 | 11111 |
Color Harmonies of #69333D
Complementary color
Monochromatic Colors of #69333D
Black with #69333D
Text Example
Text Example
White with #69333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69333D; }
p { color: rgb(105,51,61); }
H1.HeaderClassName
{
color: #69333D;
}
.AnyTagClassName
{
color: #69333D;
}
</style>
background-color css
<style>
a { background-color: #69333D; }
a { background-color: rgb(105,51,61); }
div.DivClassName
{
background-color: #69333D;
}
.BgClassName
{
background-color: #69333D;
}
</style>
border-color css
<style>
span { border-color: #69333D; }
span { border-color: rgb(105,51,61); }
td.TdClassName
{
border-color: #69333D;
}
.TagClassName
{
border-color: #69333D;
}
</style>