#77313E

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

Shades of Merlot #77313E

Tints of Merlot #77313E

Color information

#77313E (or 0x77313E) is unknown color: approx Merlot. HEX triplet: 77, 31 and 3E. RGB value is (119,49,62). Sum of RGB (Red+Green+Blue) = 119+49+62=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #77313E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77313E is #88CEC1. Grayscale: #474747. Windows color (decimal): -8965826 or 4075895. OLE color: 4075895.

HSL color Cylindrical-coordinate representation of color #77313E: hue angle of 348.86º 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 #77313E is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB1194962-
CMYK00.590.480.53
HSL348.86º41.67%32.94%-
HSV(B)348.86º58.82%46.67%-
XYZ9.586.475.3-
YUV71.41122.69161.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 51.74%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=51.74%
G=21.30%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119496200.590.480.53348.8641.6732.94
Hex77313E03B303515d2a21
Octal167617607360655355241
Binary11101111100011111100111011110000110101101011101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77313E; }

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

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

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

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

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

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

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

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