Shades of Merlot #69383A
Tints of Merlot #69383A
RGB
CMYK
RGB Variations
Color information
#69383A (or 0x69383A) is known color: Merlot. HEX triplet: 69, 38 and 3A. RGB value is (105,56,58). Sum of RGB (Red+Green+Blue) = 105+56+58=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 56 (22.27% from 255 or 25.57% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #69383A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69383A is #96C7C5. Grayscale: #464646. Windows color (decimal): -9881542 or 3815529. OLE color: 3815529.
HSL color Cylindrical-coordinate representation of color #69383A: hue angle of 357.55º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69383A is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 56 | 58 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.59 |
| HSL | 357.55º | 0.3% | 0.32% | - |
| HSV(B) | 357.55º | 0.47% | 0.41% | - |
| XYZ | 8 | 6.14 | 4.77 | - |
| YUV | 70.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 56 | 58 | 0 | 0.47 | 0.45 | 0.59 | 357.55 | 0.3 | 0.32 |
| Hex | 69 | 38 | 3A | 0 | 2F | 2D | 3B | 166 | 1E | 20 |
| Octal | 151 | 70 | 72 | 0 | 57 | 55 | 73 | 546 | 36 | 40 |
| Binary | 1101001 | 111000 | 111010 | 0 | 101111 | 101101 | 111011 | 101100110 | 11110 | 100000 |
Color Harmonies of #69383A
Complementary color
Monochromatic Colors of #69383A
Black with #69383A
Text Example
Text Example
White with #69383A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69383A; }
p { color: rgb(105,56,58); }
H1.HeaderClassName
{
color: #69383A;
}
.AnyTagClassName
{
color: #69383A;
}
</style>
background-color css
<style>
a { background-color: #69383A; }
a { background-color: rgb(105,56,58); }
div.DivClassName
{
background-color: #69383A;
}
.BgClassName
{
background-color: #69383A;
}
</style>
border-color css
<style>
span { border-color: #69383A; }
span { border-color: rgb(105,56,58); }
td.TdClassName
{
border-color: #69383A;
}
.TagClassName
{
border-color: #69383A;
}
</style>