#763240

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

Shades of Merlot #763240

Tints of Merlot #763240

Color information

#763240 (or 0x763240) is unknown color: approx Merlot. HEX triplet: 76, 32 and 40. RGB value is (118,50,64). Sum of RGB (Red+Green+Blue) = 118+50+64=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #763240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763240 is #89CDBF. Grayscale: #474747. Windows color (decimal): -9031104 or 4207222. OLE color: 4207222.

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

Color convert

RGB1185064-
CMYK00.580.460.54
HSL347.65º40.48%32.94%-
HSV(B)347.65º57.63%46.27%-
XYZ9.546.55.6-
YUV71.93123.53160.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.86%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=50.86%
G=21.55%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118506400.580.460.54347.6540.4832.94
Hex76324003A2E3615c2821
Octal1666210007256665345041
Binary111011011001010000000111010101110110110101011100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763240; }

 p { color: rgb(118,50,64); }

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

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

 a { background-color: rgb(118,50,64); }

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

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

 span { border-color: rgb(118,50,64); }

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