#773053

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

Shades of Flirt #773053

Tints of Flirt #773053

Color information

#773053 (or 0x773053) is unknown color: approx Flirt. HEX triplet: 77, 30 and 53. RGB value is (119,48,83). Sum of RGB (Red+Green+Blue) = 119+48+83=250 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 119 - color contains mainly: red. Hex color #773053 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773053 is #88CFAC. Grayscale: #494949. Windows color (decimal): -8966061 or 5451895. OLE color: 5451895.

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

Color convert

RGB1194883-
CMYK00.600.300.53
HSL330.42º42.51%32.75%-
HSV(B)330.42º59.66%46.67%-
XYZ10.236.668.93-
YUV73.22133.52160.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.6%
GREEN value IS 48 (19.14% from 255) = 19.2%
BLUE value IS 83 (32.81% from 255) = 33.2%
R=47.6%
G=19.2%
B=33.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119488300.600.300.53330.4242.5132.75
Hex77305303C1E3514a2b21
Octal1676012307436655125341
Binary11101111100001010011011110011110110101101001010101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773053; }

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

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

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

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

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

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

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

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