#763440

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

Shades of Merlot #763440

Tints of Merlot #763440

Color information

#763440 (or 0x763440) is unknown color: approx Merlot. HEX triplet: 76, 34 and 40. RGB value is (118,52,64). Sum of RGB (Red+Green+Blue) = 118+52+64=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #763440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763440 is #89CBBF. Grayscale: #494949. Windows color (decimal): -9030592 or 4207734. OLE color: 4207734.

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

Color convert

RGB1185264-
CMYK00.560.460.54
HSL349.09º38.82%33.33%-
HSV(B)349.09º55.93%46.27%-
XYZ9.626.685.63-
YUV73.1122.87160.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=50.43%
G=22.22%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118526400.560.460.54349.0938.8233.33
Hex7634400382E3615d2721
Octal1666410007056665354741
Binary111011011010010000000111000101110110110101011101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763440; }

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

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

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

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

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

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

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

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