#753142

Color #753142 Merlot (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Merlot #753142

Tints of Merlot #753142

Color information

#753142 (or 0x753142) is unknown color: approx Merlot. HEX triplet: 75, 31 and 42. RGB value is (117,49,66). Sum of RGB (Red+Green+Blue) = 117+49+66=232 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.43% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 117 - color contains mainly: red. Hex color #753142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753142 is #8ACEBD. Grayscale: #474747. Windows color (decimal): -9096894 or 4338037. OLE color: 4338037.

HSL color Cylindrical-coordinate representation of color #753142: hue angle of 345º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753142 is Cyan = 0, Magento = 0.58, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1174966-
CMYK00.580.440.54
HSL345º40.96%32.55%-
HSV(B)345º58.12%45.88%-
XYZ9.426.375.89-
YUV71.27125.03160.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 50.43%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 66 (26.17% from 255) = 28.45%
R=50.43%
G=21.12%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117496600.580.440.5434540.9632.55
Hex75314203A2C361592921
Octal1656110207254665315141
Binary111010111000110000100111010101100110110101011001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753142; }

 p { color: rgb(117,49,66); }

 H1.HeaderClassName
 {
   color: #753142;
 }
 .AnyTagClassName
 {
   color: #753142;
 }
</style>
background-color css

<style>
 a { background-color: #753142; }

 a { background-color: rgb(117,49,66); }

 div.DivClassName
 {
   background-color: #753142;
 }
 .BgClassName
 {
   background-color: #753142;
 }
</style>
border-color css

<style>
 span { border-color: #753142; }

 span { border-color: rgb(117,49,66); }

 td.TdClassName
 {
   border-color: #753142;
 }
 .TagClassName
 {
   border-color: #753142;
 }
</style>