#753140

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

Shades of Merlot #753140

Tints of Merlot #753140

Color information

#753140 (or 0x753140) is unknown color: approx Merlot. HEX triplet: 75, 31 and 40. RGB value is (117,49,64). Sum of RGB (Red+Green+Blue) = 117+49+64=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 64 (25.39% from 255 or 27.83% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #753140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753140 is #8ACEBF. Grayscale: #474747. Windows color (decimal): -9096896 or 4206965. OLE color: 4206965.

HSL color Cylindrical-coordinate representation of color #753140: hue angle of 346.76º 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 #753140 is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB1174964-
CMYK00.580.450.54
HSL346.76º40.96%32.55%-
HSV(B)346.76º58.12%45.88%-
XYZ9.366.355.58-
YUV71.04124.03160.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.87%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 64 (25.39% from 255) = 27.83%
R=50.87%
G=21.30%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117496400.580.450.54346.7640.9632.55
Hex75314003A2D3615b2921
Octal1656110007255665335141
Binary111010111000110000000111010101101110110101011011101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753140; }

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

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

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

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

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

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

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

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