Shades of Merlot #69393A
Tints of Merlot #69393A
RGB
CMYK
RGB Variations
Color information
#69393A (or 0x69393A) is known color: Merlot. HEX triplet: 69, 39 and 3A. RGB value is (105,57,58). Sum of RGB (Red+Green+Blue) = 105+57+58=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 58 (23.05% from 255 or 26.36% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #69393A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69393A is #96C6C5. Grayscale: #474747. Windows color (decimal): -9881286 or 3815785. OLE color: 3815785.
HSL color Cylindrical-coordinate representation of color #69393A: hue angle of 358.75º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69393A is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 57 | 58 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.59 |
| HSL | 358.75º | 0.3% | 0.32% | - |
| HSV(B) | 358.75º | 0.46% | 0.41% | - |
| XYZ | 8.05 | 6.24 | 4.78 | - |
| YUV | 71.47 | 120.4 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 57 | 58 | 0 | 0.46 | 0.45 | 0.59 | 358.75 | 0.3 | 0.32 |
| Hex | 69 | 39 | 3A | 0 | 2E | 2D | 3B | 167 | 1E | 20 |
| Octal | 151 | 71 | 72 | 0 | 56 | 55 | 73 | 547 | 36 | 40 |
| Binary | 1101001 | 111001 | 111010 | 0 | 101110 | 101101 | 111011 | 101100111 | 11110 | 100000 |
Color Harmonies of #69393A
Complementary color
Monochromatic Colors of #69393A
Black with #69393A
Text Example
Text Example
White with #69393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69393A; }
p { color: rgb(105,57,58); }
H1.HeaderClassName
{
color: #69393A;
}
.AnyTagClassName
{
color: #69393A;
}
</style>
background-color css
<style>
a { background-color: #69393A; }
a { background-color: rgb(105,57,58); }
div.DivClassName
{
background-color: #69393A;
}
.BgClassName
{
background-color: #69393A;
}
</style>
border-color css
<style>
span { border-color: #69393A; }
span { border-color: rgb(105,57,58); }
td.TdClassName
{
border-color: #69393A;
}
.TagClassName
{
border-color: #69393A;
}
</style>