#773453

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

Shades of Flirt #773453

Tints of Flirt #773453

Color information

#773453 (or 0x773453) is unknown color: approx Flirt. HEX triplet: 77, 34 and 53. RGB value is (119,52,83). Sum of RGB (Red+Green+Blue) = 119+52+83=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 83 (32.81% from 255 or 32.68% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #773453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773453 is #88CBAC. Grayscale: #4B4B4B. Windows color (decimal): -8965037 or 5452919. OLE color: 5452919.

HSL color Cylindrical-coordinate representation of color #773453: hue angle of 332.24º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #773453 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1195283-
CMYK00.560.300.53
HSL332.24º39.18%33.53%-
HSV(B)332.24º56.3%46.67%-
XYZ10.478.99-
YUV75.57132.2158.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 83 (32.81% from 255) = 32.68%
R=46.85%
G=20.47%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528300.560.300.53332.2439.1833.53
Hex7734530381E3514c2722
Octal1676412307036655144742
Binary11101111101001010011011100011110110101101001100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773453; }

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

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

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

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

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

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

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

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