Shades of Merlot #75303C
Tints of Merlot #75303C
RGB
CMYK
RGB Variations
Color information
#75303C (or 0x75303C) is known color: Merlot. HEX triplet: 75, 30 and 3C. RGB value is (117,48,60). Sum of RGB (Red+Green+Blue) = 117+48+60=225 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 117 - color contains mainly: red. Hex color #75303C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75303C is #8ACFC3. Grayscale: #464646. Windows color (decimal): -9097156 or 3944565. OLE color: 3944565.
HSL color Cylindrical-coordinate representation of color #75303C: hue angle of 349.57º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #75303C is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 60 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.54 |
| HSL | 349.57º | 0.42% | 0.32% | - |
| HSV(B) | 349.57º | 0.59% | 0.46% | - |
| XYZ | 9.21 | 6.22 | 4.99 | - |
| YUV | 70 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 60 | 0 | 0.59 | 0.49 | 0.54 | 349.57 | 0.42 | 0.32 |
| Hex | 75 | 30 | 3C | 0 | 3B | 31 | 36 | 15E | 2A | 20 |
| Octal | 165 | 60 | 74 | 0 | 73 | 61 | 66 | 536 | 52 | 40 |
| Binary | 1110101 | 110000 | 111100 | 0 | 111011 | 110001 | 110110 | 101011110 | 101010 | 100000 |
Color Harmonies of #75303C
Complementary color
Monochromatic Colors of #75303C
Black with #75303C
Text Example
Text Example
White with #75303C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75303C; }
p { color: rgb(117,48,60); }
H1.HeaderClassName
{
color: #75303C;
}
.AnyTagClassName
{
color: #75303C;
}
</style>
background-color css
<style>
a { background-color: #75303C; }
a { background-color: rgb(117,48,60); }
div.DivClassName
{
background-color: #75303C;
}
.BgClassName
{
background-color: #75303C;
}
</style>
border-color css
<style>
span { border-color: #75303C; }
span { border-color: rgb(117,48,60); }
td.TdClassName
{
border-color: #75303C;
}
.TagClassName
{
border-color: #75303C;
}
</style>