#77314D

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

Shades of Flirt #77314D

Tints of Flirt #77314D

Color information

#77314D (or 0x77314D) is unknown color: approx Flirt. HEX triplet: 77, 31 and 4D. RGB value is (119,49,77). Sum of RGB (Red+Green+Blue) = 119+49+77=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #77314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77314D is #88CEB2. Grayscale: #494949. Windows color (decimal): -8965811 or 5058935. OLE color: 5058935.

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

Color convert

RGB1194977-
CMYK00.590.350.53
HSL336º41.67%32.94%-
HSV(B)336º58.82%46.67%-
XYZ10.056.657.78-
YUV73.12130.19160.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 77 (30.47% from 255) = 31.43%
R=48.57%
G=20%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119497700.590.350.5333641.6732.94
Hex77314D03B23351502a21
Octal1676111507343655205241
Binary111011111000110011010111011100011110101101010000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77314D; }

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

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

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

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

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

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

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

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