#763239

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

Shades of Merlot #763239

Tints of Merlot #763239

Color information

#763239 (or 0x763239) is unknown color: approx Merlot. HEX triplet: 76, 32 and 39. RGB value is (118,50,57). Sum of RGB (Red+Green+Blue) = 118+50+57=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #763239 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763239 is #89CDC6. Grayscale: #474747. Windows color (decimal): -9031111 or 3748470. OLE color: 3748470.

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

Color convert

RGB1185057-
CMYK00.580.520.54
HSL353.82º40.48%32.94%-
HSV(B)353.82º57.63%46.27%-
XYZ9.356.434.62-
YUV71.13120.03161.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 50 (19.92% from 255) = 22.22%
BLUE value IS 57 (22.66% from 255) = 25.33%
R=52.44%
G=22.22%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118505700.580.520.54353.8240.4832.94
Hex76323903A34361622821
Octal166627107264665425041
Binary11101101100101110010111010110100110110101100010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763239; }

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

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

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

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

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

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

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

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