#773240

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

Shades of Merlot #773240

Tints of Merlot #773240

Color information

#773240 (or 0x773240) is unknown color: approx Merlot. HEX triplet: 77, 32 and 40. RGB value is (119,50,64). Sum of RGB (Red+Green+Blue) = 119+50+64=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773240 is #88CDBF. Grayscale: #484848. Windows color (decimal): -8965568 or 4207223. OLE color: 4207223.

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

Color convert

RGB1195064-
CMYK00.580.460.53
HSL347.83º40.83%33.14%-
HSV(B)347.83º57.98%46.67%-
XYZ9.676.575.61-
YUV72.23123.36161.36-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 50 (19.92% from 255) = 21.46%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=51.07%
G=21.46%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119506400.580.460.53347.8340.8333.14
Hex77324003A2E3515c2921
Octal1676210007256655345141
Binary111011111001010000000111010101110110101101011100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773240; }

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

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

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

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

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

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

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

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