#752E56

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

Shades of Flirt #752E56

Tints of Flirt #752E56

Color information

#752E56 (or 0x752E56) is unknown color: approx Flirt. HEX triplet: 75, 2E and 56. RGB value is (117,46,86). Sum of RGB (Red+Green+Blue) = 117+46+86=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 46 (18.36% from 255 or 18.47% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752E56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E56 is #8AD1A9. Grayscale: #474747. Windows color (decimal): -9097642 or 5647989. OLE color: 5647989.

HSL color Cylindrical-coordinate representation of color #752E56: hue angle of 326.2º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #752E56 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1174686-
CMYK00.610.260.54
HSL326.2º43.56%31.96%-
HSV(B)326.2º60.68%45.88%-
XYZ9.996.419.51-
YUV71.79136.02160.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 46 (18.36% from 255) = 18.47%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=46.99%
G=18.47%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117468600.610.260.54326.243.5631.96
Hex752E5603D1A361462c20
Octal1655612607532665065440
Binary11101011011101010110011110111010110110101000110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752E56; }

 p { color: rgb(117,46,86); }

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

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

 a { background-color: rgb(117,46,86); }

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

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

 span { border-color: rgb(117,46,86); }

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