#753541

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

Shades of Merlot #753541

Tints of Merlot #753541

Color information

#753541 (or 0x753541) is unknown color: approx Merlot. HEX triplet: 75, 35 and 41. RGB value is (117,53,65). Sum of RGB (Red+Green+Blue) = 117+53+65=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753541 is #8ACABE. Grayscale: #494949. Windows color (decimal): -9095871 or 4273525. OLE color: 4273525.

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

Color convert

RGB1175365-
CMYK00.550.440.54
HSL348.75º37.65%33.33%-
HSV(B)348.75º54.7%45.88%-
XYZ9.566.715.79-
YUV73.5123.2159.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=49.79%
G=22.55%
B=27.66%

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
Decimal117536500.550.440.54348.7537.6533.33
Hex7535410372C3615d2621
Octal1656510106754665354641
Binary111010111010110000010110111101100110110101011101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753541; }

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

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

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

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

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

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

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

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