#773141

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

Shades of Merlot #773141

Tints of Merlot #773141

Color information

#773141 (or 0x773141) is unknown color: approx Merlot. HEX triplet: 77, 31 and 41. RGB value is (119,49,65). Sum of RGB (Red+Green+Blue) = 119+49+65=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 65 (25.78% from 255 or 27.90% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #773141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773141 is #88CEBE. Grayscale: #474747. Windows color (decimal): -8965823 or 4272503. OLE color: 4272503.

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

Color convert

RGB1194965-
CMYK00.590.450.53
HSL346.29º41.67%32.94%-
HSV(B)346.29º58.82%46.67%-
XYZ9.666.55.75-
YUV71.75124.19161.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.07%
GREEN value IS 49 (19.53% from 255) = 21.03%
BLUE value IS 65 (25.78% from 255) = 27.90%
R=51.07%
G=21.03%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119496500.590.450.53346.2941.6732.94
Hex77314103B2D3515a2a21
Octal1676110107355655325241
Binary111011111000110000010111011101101110101101011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773141; }

 p { color: rgb(119,49,65); }

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

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

 a { background-color: rgb(119,49,65); }

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

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

 span { border-color: rgb(119,49,65); }

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