#763540

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

Shades of Merlot #763540

Tints of Merlot #763540

Color information

#763540 (or 0x763540) is unknown color: approx Merlot. HEX triplet: 76, 35 and 40. RGB value is (118,53,64). Sum of RGB (Red+Green+Blue) = 118+53+64=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763540 is #89CABF. Grayscale: #494949. Windows color (decimal): -9030336 or 4207990. OLE color: 4207990.

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

Color convert

RGB1185364-
CMYK00.550.460.54
HSL349.85º38.01%33.53%-
HSV(B)349.85º55.08%46.27%-
XYZ9.676.775.65-
YUV73.69122.53159.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 53 (21.09% from 255) = 22.55%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=50.21%
G=22.55%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536400.550.460.54349.8538.0133.53
Hex7635400372E3615e2622
Octal1666510006756665364642
Binary111011011010110000000110111101110110110101011110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763540; }

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

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

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

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

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

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

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

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