#773452

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

Shades of Flirt #773452

Tints of Flirt #773452

Color information

#773452 (or 0x773452) is unknown color: approx Flirt. HEX triplet: 77, 34 and 52. RGB value is (119,52,82). Sum of RGB (Red+Green+Blue) = 119+52+82=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773452 is #88CBAD. Grayscale: #4B4B4B. Windows color (decimal): -8965038 or 5387383. OLE color: 5387383.

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

Color convert

RGB1195282-
CMYK00.560.310.53
HSL333.13º39.18%33.53%-
HSV(B)333.13º56.3%46.67%-
XYZ10.366.998.79-
YUV75.45131.7159.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=47.04%
G=20.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119528200.560.310.53333.1339.1833.53
Hex7734520381F3514d2722
Octal1676412207037655154742
Binary11101111101001010010011100011111110101101001101100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773452; }

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

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

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

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

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

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

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

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