#773242

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

Shades of Merlot #773242

Tints of Merlot #773242

Color information

#773242 (or 0x773242) is unknown color: approx Merlot. HEX triplet: 77, 32 and 42. RGB value is (119,50,66). Sum of RGB (Red+Green+Blue) = 119+50+66=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #773242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773242 is #88CDBD. Grayscale: #484848. Windows color (decimal): -8965566 or 4338295. OLE color: 4338295.

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

Color convert

RGB1195066-
CMYK00.580.450.53
HSL346.09º40.83%33.14%-
HSV(B)346.09º57.98%46.67%-
XYZ9.736.65.91-
YUV72.46124.36161.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.64%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=50.64%
G=21.28%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119506600.580.450.53346.0940.8333.14
Hex77324203A2D3515a2921
Octal1676210207255655325141
Binary111011111001010000100111010101101110101101011010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773242; }

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

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

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

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

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

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

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

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