#753652

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

Shades of Flirt #753652

Tints of Flirt #753652

Color information

#753652 (or 0x753652) is unknown color: approx Flirt. HEX triplet: 75, 36 and 52. RGB value is (117,54,82). Sum of RGB (Red+Green+Blue) = 117+54+82=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 82 (32.42% from 255 or 32.41% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #753652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753652 is #8AC9AD. Grayscale: #4B4B4B. Windows color (decimal): -9095598 or 5387893. OLE color: 5387893.

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

Color convert

RGB1175482-
CMYK00.540.300.54
HSL333.33º36.84%33.53%-
HSV(B)333.33º53.85%45.88%-
XYZ10.187.038.8-
YUV76.03131.37157.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.25%
GREEN value IS 54 (21.48% from 255) = 21.34%
BLUE value IS 82 (32.42% from 255) = 32.41%
R=46.25%
G=21.34%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117548200.540.300.54333.3336.8433.53
Hex7536520361E3614d2522
Octal1656612206636665154542
Binary11101011101101010010011011011110110110101001101100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753652; }

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

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

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

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

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

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

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

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