#752D57

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

Shades of Flirt #752D57

Tints of Flirt #752D57

Color information

#752D57 (or 0x752D57) is unknown color: approx Flirt. HEX triplet: 75, 2D and 57. RGB value is (117,45,87). Sum of RGB (Red+Green+Blue) = 117+45+87=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #752D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D57 is #8AD2A8. Grayscale: #474747. Windows color (decimal): -9097897 or 5713269. OLE color: 5713269.

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

Color convert

RGB1174587-
CMYK00.620.260.54
HSL325º44.44%31.76%-
HSV(B)325º61.54%45.88%-
XYZ9.996.359.72-
YUV71.32136.85160.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 87 (34.38% from 255) = 34.94%
R=46.99%
G=18.07%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117458700.620.260.5432544.4431.76
Hex752D5703E1A361452c20
Octal1655512707632665055440
Binary11101011011011010111011111011010110110101000101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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