#763039

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

Shades of Merlot #763039

Tints of Merlot #763039

Color information

#763039 (or 0x763039) is unknown color: approx Merlot. HEX triplet: 76, 30 and 39. RGB value is (118,48,57). Sum of RGB (Red+Green+Blue) = 118+48+57=223 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.91% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 118 - color contains mainly: red. Hex color #763039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763039 is #89CFC6. Grayscale: #454545. Windows color (decimal): -9031623 or 3747958. OLE color: 3747958.

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

Color convert

RGB1184857-
CMYK00.590.520.54
HSL352.29º42.17%32.55%-
HSV(B)352.29º59.32%46.27%-
XYZ9.276.264.59-
YUV69.96120.69162.27-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.91%
GREEN value IS 48 (19.14% from 255) = 21.52%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=52.91%
G=21.52%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118485700.590.520.54352.2942.1732.55
Hex76303903B34361602a21
Octal166607107364665405241
Binary11101101100001110010111011110100110110101100000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763039; }

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

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

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

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

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

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

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

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