#753457

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

Shades of Flirt #753457

Tints of Flirt #753457

Color information

#753457 (or 0x753457) is unknown color: approx Flirt. HEX triplet: 75, 34 and 57. RGB value is (117,52,87). Sum of RGB (Red+Green+Blue) = 117+52+87=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 87 (34.38% from 255 or 33.98% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #753457 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753457 is #8ACBA8. Grayscale: #4B4B4B. Windows color (decimal): -9096105 or 5715061. OLE color: 5715061.

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

Color convert

RGB1175287-
CMYK00.560.260.54
HSL327.69º38.46%33.14%-
HSV(B)327.69º55.56%45.88%-
XYZ10.286.939.81-
YUV75.42134.53157.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.70%
GREEN value IS 52 (20.70% from 255) = 20.31%
BLUE value IS 87 (34.38% from 255) = 33.98%
R=45.70%
G=20.31%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117528700.560.260.54327.6938.4633.14
Hex7534570381A361482621
Octal1656412707032665104641
Binary11101011101001010111011100011010110110101001000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753457; }

 p { color: rgb(117,52,87); }

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

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

 a { background-color: rgb(117,52,87); }

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

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

 span { border-color: rgb(117,52,87); }

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