#763241

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

Shades of Merlot #763241

Tints of Merlot #763241

Color information

#763241 (or 0x763241) is unknown color: approx Merlot. HEX triplet: 76, 32 and 41. RGB value is (118,50,65). Sum of RGB (Red+Green+Blue) = 118+50+65=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #763241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763241 is #89CDBE. Grayscale: #484848. Windows color (decimal): -9031103 or 4272758. OLE color: 4272758.

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

Color convert

RGB1185065-
CMYK00.580.450.54
HSL346.76º40.48%32.94%-
HSV(B)346.76º57.63%46.27%-
XYZ9.576.515.75-
YUV72.04124.03160.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=50.64%
G=21.46%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118506500.580.450.54346.7640.4832.94
Hex76324103A2D3615b2821
Octal1666210107255665335041
Binary111011011001010000010111010101101110110101011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763241; }

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

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

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

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

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

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

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

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