#753543

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

Shades of Merlot #753543

Tints of Merlot #753543

Color information

#753543 (or 0x753543) is unknown color: approx Merlot. HEX triplet: 75, 35 and 43. RGB value is (117,53,67). Sum of RGB (Red+Green+Blue) = 117+53+67=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #753543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753543 is #8ACABC. Grayscale: #494949. Windows color (decimal): -9095869 or 4404597. OLE color: 4404597.

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

Color convert

RGB1175367-
CMYK00.550.430.54
HSL346.88º37.65%33.33%-
HSV(B)346.88º54.7%45.88%-
XYZ9.626.736.1-
YUV73.73124.2158.86-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 53 (21.09% from 255) = 22.36%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=49.37%
G=22.36%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117536700.550.430.54346.8837.6533.33
Hex7535430372B3615b2621
Octal1656510306753665334641
Binary111010111010110000110110111101011110110101011011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753543; }

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

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

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

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

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

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

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

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