#773049

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

Shades of Flirt #773049

Tints of Flirt #773049

Color information

#773049 (or 0x773049) is unknown color: approx Flirt. HEX triplet: 77, 30 and 49. RGB value is (119,48,73). Sum of RGB (Red+Green+Blue) = 119+48+73=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773049 is #88CFB6. Grayscale: #484848. Windows color (decimal): -8966071 or 4796535. OLE color: 4796535.

HSL color Cylindrical-coordinate representation of color #773049: hue angle of 338.87º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #773049 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1194873-
CMYK00.600.390.53
HSL338.87º42.51%32.75%-
HSV(B)338.87º59.66%46.67%-
XYZ9.876.527.04-
YUV72.08128.52161.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 73 (28.91% from 255) = 30.42%
R=49.58%
G=20%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119487300.600.390.53338.8742.5132.75
Hex77304903C27351532b21
Octal1676011107447655235341
Binary111011111000010010010111100100111110101101010011101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773049; }

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

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

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

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

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

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

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

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