#753254

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

Shades of Flirt #753254

Tints of Flirt #753254

Color information

#753254 (or 0x753254) is unknown color: approx Flirt. HEX triplet: 75, 32 and 54. RGB value is (117,50,84). Sum of RGB (Red+Green+Blue) = 117+50+84=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753254 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753254 is #8ACDAB. Grayscale: #494949. Windows color (decimal): -9096620 or 5517941. OLE color: 5517941.

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

Color convert

RGB1175084-
CMYK00.570.280.54
HSL329.55º40.12%32.75%-
HSV(B)329.55º57.26%45.88%-
XYZ10.086.79.15-
YUV73.91133.7158.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 50 (19.92% from 255) = 19.92%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=46.61%
G=19.92%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117508400.570.280.54329.5540.1232.75
Hex7532540391C3614a2821
Octal1656212407134665125041
Binary11101011100101010100011100111100110110101001010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753254; }

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

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

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

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

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

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

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

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