Shades of Merlot #69333B
Tints of Merlot #69333B
RGB
CMYK
RGB Variations
Color information
#69333B (or 0x69333B) is known color: Merlot. HEX triplet: 69, 33 and 3B. RGB value is (105,51,59). Sum of RGB (Red+Green+Blue) = 105+51+59=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 105 - color contains mainly: red. Hex color #69333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69333B is #96CCC4. Grayscale: #444444. Windows color (decimal): -9882821 or 3879785. OLE color: 3879785.
HSL color Cylindrical-coordinate representation of color #69333B: hue angle of 351.11º 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 #69333B is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 59 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.59 |
| HSL | 351.11º | 0.35% | 0.31% | - |
| HSV(B) | 351.11º | 0.51% | 0.41% | - |
| XYZ | 7.8 | 5.69 | 4.82 | - |
| YUV | 68.06 | 122.89 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 59 | 0 | 0.51 | 0.44 | 0.59 | 351.11 | 0.35 | 0.31 |
| Hex | 69 | 33 | 3B | 0 | 33 | 2C | 3B | 15F | 23 | 1F |
| Octal | 151 | 63 | 73 | 0 | 63 | 54 | 73 | 537 | 43 | 37 |
| Binary | 1101001 | 110011 | 111011 | 0 | 110011 | 101100 | 111011 | 101011111 | 100011 | 11111 |
Color Harmonies of #69333B
Complementary color
Monochromatic Colors of #69333B
Black with #69333B
Text Example
Text Example
White with #69333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69333B; }
p { color: rgb(105,51,59); }
H1.HeaderClassName
{
color: #69333B;
}
.AnyTagClassName
{
color: #69333B;
}
</style>
background-color css
<style>
a { background-color: #69333B; }
a { background-color: rgb(105,51,59); }
div.DivClassName
{
background-color: #69333B;
}
.BgClassName
{
background-color: #69333B;
}
</style>
border-color css
<style>
span { border-color: #69333B; }
span { border-color: rgb(105,51,59); }
td.TdClassName
{
border-color: #69333B;
}
.TagClassName
{
border-color: #69333B;
}
</style>