#753654

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

Shades of Flirt #753654

Tints of Flirt #753654

Color information

#753654 (or 0x753654) is unknown color: approx Flirt. HEX triplet: 75, 36 and 54. RGB value is (117,54,84). Sum of RGB (Red+Green+Blue) = 117+54+84=255 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.88% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 117 - color contains mainly: red. Hex color #753654 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753654 is #8AC9AB. Grayscale: #4C4C4C. Windows color (decimal): -9095596 or 5518965. OLE color: 5518965.

HSL color Cylindrical-coordinate representation of color #753654: hue angle of 331.43º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #753654 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB1175484-
CMYK00.540.280.54
HSL331.43º36.84%33.53%-
HSV(B)331.43º53.85%45.88%-
XYZ10.267.069.21-
YUV76.26132.37157.06-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.88%
GREEN value IS 54 (21.48% from 255) = 21.18%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=45.88%
G=21.18%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117548400.540.280.54331.4336.8433.53
Hex7536540361C3614b2522
Octal1656612406634665134542
Binary11101011101101010100011011011100110110101001011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753654; }

 p { color: rgb(117,54,84); }

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

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

 a { background-color: rgb(117,54,84); }

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

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

 span { border-color: rgb(117,54,84); }

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