#753240

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

Shades of Merlot #753240

Tints of Merlot #753240

Color information

#753240 (or 0x753240) is unknown color: approx Merlot. HEX triplet: 75, 32 and 40. RGB value is (117,50,64). Sum of RGB (Red+Green+Blue) = 117+50+64=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #753240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753240 is #8ACDBF. Grayscale: #474747. Windows color (decimal): -9096640 or 4207221. OLE color: 4207221.

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

Color convert

RGB1175064-
CMYK00.570.450.54
HSL347.46º40.12%32.75%-
HSV(B)347.46º57.26%45.88%-
XYZ9.46.435.6-
YUV71.63123.7160.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.65%
GREEN value IS 50 (19.92% from 255) = 21.65%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=50.65%
G=21.65%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117506400.570.450.54347.4640.1232.75
Hex7532400392D3615b2821
Octal1656210007155665335041
Binary111010111001010000000111001101101110110101011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753240; }

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

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

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

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

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

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

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

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