#753640

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

Shades of Merlot #753640

Tints of Merlot #753640

Color information

#753640 (or 0x753640) is unknown color: approx Merlot. HEX triplet: 75, 36 and 40. RGB value is (117,54,64). Sum of RGB (Red+Green+Blue) = 117+54+64=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 117 - color contains mainly: red. Hex color #753640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #753640 is #8AC9BF. Grayscale: #4A4A4A. Windows color (decimal): -9095616 or 4208245. OLE color: 4208245.

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

Color convert

RGB1175464-
CMYK00.540.450.54
HSL350.48º36.84%33.53%-
HSV(B)350.48º53.85%45.88%-
XYZ9.586.795.66-
YUV73.98122.37158.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.79%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=49.79%
G=22.98%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117546400.540.450.54350.4836.8433.53
Hex7536400362D3615e2522
Octal1656610006655665364542
Binary111010111011010000000110110101101110110101011110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753640; }

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

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

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

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

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

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

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

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