#773149

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

Shades of Flirt #773149

Tints of Flirt #773149

Color information

#773149 (or 0x773149) is unknown color: approx Flirt. HEX triplet: 77, 31 and 49. RGB value is (119,49,73). Sum of RGB (Red+Green+Blue) = 119+49+73=241 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.38% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 119 - color contains mainly: red. Hex color #773149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773149 is #88CEB6. Grayscale: #484848. Windows color (decimal): -8965815 or 4796791. OLE color: 4796791.

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

Color convert

RGB1194973-
CMYK00.590.390.53
HSL339.43º41.67%32.94%-
HSV(B)339.43º58.82%46.67%-
XYZ9.916.67.05-
YUV72.67128.19161.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.38%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 73 (28.91% from 255) = 30.29%
R=49.38%
G=20.33%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119497300.590.390.53339.4341.6732.94
Hex77314903B27351532a21
Octal1676111107347655235241
Binary111011111000110010010111011100111110101101010011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773149; }

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

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

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

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

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

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

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

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