#763541

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

Shades of Merlot #763541

Tints of Merlot #763541

Color information

#763541 (or 0x763541) is unknown color: approx Merlot. HEX triplet: 76, 35 and 41. RGB value is (118,53,65). Sum of RGB (Red+Green+Blue) = 118+53+65=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763541 is #89CABE. Grayscale: #494949. Windows color (decimal): -9030335 or 4273526. OLE color: 4273526.

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

Color convert

RGB1185365-
CMYK00.550.450.54
HSL348.92º38.01%33.53%-
HSV(B)348.92º55.08%46.27%-
XYZ9.76.785.8-
YUV73.8123.03159.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 22.46%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=50%
G=22.46%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536500.550.450.54348.9238.0133.53
Hex7635410372D3615d2622
Octal1666510106755665354642
Binary111011011010110000010110111101101110110101011101100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763541; }

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

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

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

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

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

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

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

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