#773342

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

Shades of Merlot #773342

Tints of Merlot #773342

Color information

#773342 (or 0x773342) is unknown color: approx Merlot. HEX triplet: 77, 33 and 42. RGB value is (119,51,66). Sum of RGB (Red+Green+Blue) = 119+51+66=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #773342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773342 is #88CCBD. Grayscale: #494949. Windows color (decimal): -8965310 or 4338551. OLE color: 4338551.

HSL color Cylindrical-coordinate representation of color #773342: hue angle of 346.76º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #773342 is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1195166-
CMYK00.570.450.53
HSL346.76º40%33.33%-
HSV(B)346.76º57.14%46.67%-
XYZ9.776.685.93-
YUV73.04124.03160.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.42%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=50.42%
G=21.61%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119516600.570.450.53346.764033.33
Hex7733420392D3515b2821
Octal1676310207155655335041
Binary111011111001110000100111001101101110101101011011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773342; }

 p { color: rgb(119,51,66); }

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

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

 a { background-color: rgb(119,51,66); }

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

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

 span { border-color: rgb(119,51,66); }

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