#753559

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

Shades of Flirt #753559

Tints of Flirt #753559

Color information

#753559 (or 0x753559) is unknown color: approx Flirt. HEX triplet: 75, 35 and 59. RGB value is (117,53,89). Sum of RGB (Red+Green+Blue) = 117+53+89=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #753559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753559 is #8ACAA6. Grayscale: #4C4C4C. Windows color (decimal): -9095847 or 5846389. OLE color: 5846389.

HSL color Cylindrical-coordinate representation of color #753559: hue angle of 326.25º 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 #753559 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1175389-
CMYK00.550.240.54
HSL326.25º37.65%33.33%-
HSV(B)326.25º54.7%45.88%-
XYZ10.417.0510.26-
YUV76.24135.2157.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 89 (35.16% from 255) = 34.36%
R=45.17%
G=20.46%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117538900.550.240.54326.2537.6533.33
Hex75355903718361462621
Octal1656513106730665064641
Binary11101011101011011001011011111000110110101000110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753559; }

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

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

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

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

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

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

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

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