#763441

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

Shades of Merlot #763441

Tints of Merlot #763441

Color information

#763441 (or 0x763441) is unknown color: approx Merlot. HEX triplet: 76, 34 and 41. RGB value is (118,52,65). Sum of RGB (Red+Green+Blue) = 118+52+65=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 52 (20.70% from 255 or 22.13% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #763441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763441 is #89CBBE. Grayscale: #494949. Windows color (decimal): -9030591 or 4273270. OLE color: 4273270.

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

Color convert

RGB1185265-
CMYK00.560.450.54
HSL348.18º38.82%33.33%-
HSV(B)348.18º55.93%46.27%-
XYZ9.656.695.78-
YUV73.22123.37159.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.21%
GREEN value IS 52 (20.70% from 255) = 22.13%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=50.21%
G=22.13%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118526500.560.450.54348.1838.8233.33
Hex7634410382D3615c2721
Octal1666410107055665344741
Binary111011011010010000010111000101101110110101011100100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763441; }

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

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

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

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

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

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

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

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