#753540

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

Shades of Merlot #753540

Tints of Merlot #753540

Color information

#753540 (or 0x753540) is unknown color: approx Merlot. HEX triplet: 75, 35 and 40. RGB value is (117,53,64). Sum of RGB (Red+Green+Blue) = 117+53+64=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 117 - color contains mainly: red. Hex color #753540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753540 is #8ACABF. Grayscale: #494949. Windows color (decimal): -9095872 or 4207989. OLE color: 4207989.

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

Color convert

RGB1175364-
CMYK00.550.450.54
HSL349.69º37.65%33.33%-
HSV(B)349.69º54.7%45.88%-
XYZ9.536.75.64-
YUV73.39122.7159.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 22.65%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=50%
G=22.65%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536400.550.450.54349.6937.6533.33
Hex7535400372D3615e2621
Octal1656510006755665364641
Binary111010111010110000000110111101101110110101011110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753540; }

 p { color: rgb(117,53,64); }

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

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

 a { background-color: rgb(117,53,64); }

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

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

 span { border-color: rgb(117,53,64); }

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