Shades of Merlot #75303D
Tints of Merlot #75303D
RGB
CMYK
RGB Variations
Color information
#75303D (or 0x75303D) is known color: Merlot. HEX triplet: 75, 30 and 3D. RGB value is (117,48,61). Sum of RGB (Red+Green+Blue) = 117+48+61=226 (29% of max value = 765). Red value is 117 (46.09% from 255 or 51.77% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 117 - color contains mainly: red. Hex color #75303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75303D is #8ACFC2. Grayscale: #464646. Windows color (decimal): -9097155 or 4010101. OLE color: 4010101.
HSL color Cylindrical-coordinate representation of color #75303D: hue angle of 348.7º 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 #75303D is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 48 | 61 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.54 |
| HSL | 348.7º | 0.42% | 0.32% | - |
| HSV(B) | 348.7º | 0.59% | 0.46% | - |
| XYZ | 9.24 | 6.23 | 5.13 | - |
| YUV | 70.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 48 | 61 | 0 | 0.59 | 0.48 | 0.54 | 348.7 | 0.42 | 0.32 |
| Hex | 75 | 30 | 3D | 0 | 3B | 30 | 36 | 15D | 2A | 20 |
| Octal | 165 | 60 | 75 | 0 | 73 | 60 | 66 | 535 | 52 | 40 |
| Binary | 1110101 | 110000 | 111101 | 0 | 111011 | 110000 | 110110 | 101011101 | 101010 | 100000 |
Color Harmonies of #75303D
Complementary color
Monochromatic Colors of #75303D
Black with #75303D
Text Example
Text Example
White with #75303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75303D; }
p { color: rgb(117,48,61); }
H1.HeaderClassName
{
color: #75303D;
}
.AnyTagClassName
{
color: #75303D;
}
</style>
background-color css
<style>
a { background-color: #75303D; }
a { background-color: rgb(117,48,61); }
div.DivClassName
{
background-color: #75303D;
}
.BgClassName
{
background-color: #75303D;
}
</style>
border-color css
<style>
span { border-color: #75303D; }
span { border-color: rgb(117,48,61); }
td.TdClassName
{
border-color: #75303D;
}
.TagClassName
{
border-color: #75303D;
}
</style>