#753553

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

Shades of Flirt #753553

Tints of Flirt #753553

Color information

#753553 (or 0x753553) is unknown color: approx Flirt. HEX triplet: 75, 35 and 53. RGB value is (117,53,83). Sum of RGB (Red+Green+Blue) = 117+53+83=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753553 is #8ACAAC. Grayscale: #4B4B4B. Windows color (decimal): -9095853 or 5453173. OLE color: 5453173.

HSL color Cylindrical-coordinate representation of color #753553: hue angle of 331.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #753553 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB1175383-
CMYK00.550.290.54
HSL331.88º37.65%33.33%-
HSV(B)331.88º54.7%45.88%-
XYZ10.176.958.99-
YUV75.56132.2157.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=46.25%
G=20.95%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117538300.550.290.54331.8837.6533.33
Hex7535530371D3614c2621
Octal1656512306735665144641
Binary11101011101011010011011011111101110110101001100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753553; }

 p { color: rgb(117,53,83); }

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

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

 a { background-color: rgb(117,53,83); }

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

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

 span { border-color: rgb(117,53,83); }

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