#753455

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

Shades of Flirt #753455

Tints of Flirt #753455

Color information

#753455 (or 0x753455) is unknown color: approx Flirt. HEX triplet: 75, 34 and 55. RGB value is (117,52,85). Sum of RGB (Red+Green+Blue) = 117+52+85=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 85 (33.59% from 255 or 33.46% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753455 is #8ACBAA. Grayscale: #4B4B4B. Windows color (decimal): -9096107 or 5583989. OLE color: 5583989.

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

Color convert

RGB1175285-
CMYK00.560.270.54
HSL329.54º38.46%33.14%-
HSV(B)329.54º55.56%45.88%-
XYZ10.26.899.39-
YUV75.2133.53157.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 85 (33.59% from 255) = 33.46%
R=46.06%
G=20.47%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117528500.560.270.54329.5438.4633.14
Hex7534550381B3614a2621
Octal1656412507033665124641
Binary11101011101001010101011100011011110110101001010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753455; }

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

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

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

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

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

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

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

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