Shades of Merlot #75383C
Tints of Merlot #75383C
RGB
CMYK
RGB Variations
Color information
#75383C (or 0x75383C) is known color: Merlot. HEX triplet: 75, 38 and 3C. RGB value is (117,56,60). Sum of RGB (Red+Green+Blue) = 117+56+60=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #75383C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75383C is #8AC7C3. Grayscale: #4A4A4A. Windows color (decimal): -9095108 or 3946613. OLE color: 3946613.
HSL color Cylindrical-coordinate representation of color #75383C: hue angle of 356.07º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75383C is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 56 | 60 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.54 |
| HSL | 356.07º | 0.35% | 0.34% | - |
| HSV(B) | 356.07º | 0.52% | 0.46% | - |
| XYZ | 9.57 | 6.94 | 5.11 | - |
| YUV | 74.7 | 119.71 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 56 | 60 | 0 | 0.52 | 0.49 | 0.54 | 356.07 | 0.35 | 0.34 |
| Hex | 75 | 38 | 3C | 0 | 34 | 31 | 36 | 164 | 23 | 22 |
| Octal | 165 | 70 | 74 | 0 | 64 | 61 | 66 | 544 | 43 | 42 |
| Binary | 1110101 | 111000 | 111100 | 0 | 110100 | 110001 | 110110 | 101100100 | 100011 | 100010 |
Color Harmonies of #75383C
Complementary color
Monochromatic Colors of #75383C
Black with #75383C
Text Example
Text Example
White with #75383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75383C; }
p { color: rgb(117,56,60); }
H1.HeaderClassName
{
color: #75383C;
}
.AnyTagClassName
{
color: #75383C;
}
</style>
background-color css
<style>
a { background-color: #75383C; }
a { background-color: rgb(117,56,60); }
div.DivClassName
{
background-color: #75383C;
}
.BgClassName
{
background-color: #75383C;
}
</style>
border-color css
<style>
span { border-color: #75383C; }
span { border-color: rgb(117,56,60); }
td.TdClassName
{
border-color: #75383C;
}
.TagClassName
{
border-color: #75383C;
}
</style>