#753659

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

Shades of Flirt #753659

Tints of Flirt #753659

Color information

#753659 (or 0x753659) is unknown color: approx Flirt. HEX triplet: 75, 36 and 59. RGB value is (117,54,89). Sum of RGB (Red+Green+Blue) = 117+54+89=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #753659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753659 is #8AC9A6. Grayscale: #4C4C4C. Windows color (decimal): -9095591 or 5846645. OLE color: 5846645.

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

Color convert

RGB1175489-
CMYK00.540.240.54
HSL326.67º36.84%33.53%-
HSV(B)326.67º53.85%45.88%-
XYZ10.467.1410.28-
YUV76.83134.87156.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45%
GREEN value IS 54 (21.48% from 255) = 20.77%
BLUE value IS 89 (35.16% from 255) = 34.23%
R=45%
G=20.77%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117548900.540.240.54326.6736.8433.53
Hex75365903618361472522
Octal1656613106630665074542
Binary11101011101101011001011011011000110110101000111100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753659; }

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

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

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

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

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

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

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

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