#773252

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

Shades of Flirt #773252

Tints of Flirt #773252

Color information

#773252 (or 0x773252) is unknown color: approx Flirt. HEX triplet: 77, 32 and 52. RGB value is (119,50,82). Sum of RGB (Red+Green+Blue) = 119+50+82=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #773252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773252 is #88CDAD. Grayscale: #4A4A4A. Windows color (decimal): -8965550 or 5386871. OLE color: 5386871.

HSL color Cylindrical-coordinate representation of color #773252: hue angle of 332.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #773252 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1195082-
CMYK00.580.310.53
HSL332.17º40.83%33.14%-
HSV(B)332.17º57.98%46.67%-
XYZ10.276.818.76-
YUV74.28132.36159.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.41%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=47.41%
G=19.92%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119508200.580.310.53332.1740.8333.14
Hex77325203A1F3514c2921
Octal1676212207237655145141
Binary11101111100101010010011101011111110101101001100101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773252; }

 p { color: rgb(119,50,82); }

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

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

 a { background-color: rgb(119,50,82); }

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

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

 span { border-color: rgb(119,50,82); }

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