#753542

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

Shades of Merlot #753542

Tints of Merlot #753542

Color information

#753542 (or 0x753542) is unknown color: approx Merlot. HEX triplet: 75, 35 and 42. RGB value is (117,53,66). Sum of RGB (Red+Green+Blue) = 117+53+66=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #753542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753542 is #8ACABD. Grayscale: #494949. Windows color (decimal): -9095870 or 4339061. OLE color: 4339061.

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

Color convert

RGB1175366-
CMYK00.550.440.54
HSL347.81º37.65%33.33%-
HSV(B)347.81º54.7%45.88%-
XYZ9.596.725.95-
YUV73.62123.7158.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=49.58%
G=22.46%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536600.550.440.54347.8137.6533.33
Hex7535420372C3615c2621
Octal1656510206754665344641
Binary111010111010110000100110111101100110110101011100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753542; }

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

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

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

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

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

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

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

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