#752D58

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

Shades of Flirt #752D58

Tints of Flirt #752D58

Color information

#752D58 (or 0x752D58) is unknown color: approx Flirt. HEX triplet: 75, 2D and 58. RGB value is (117,45,88). Sum of RGB (Red+Green+Blue) = 117+45+88=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #752D58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D58 is #8AD2A7. Grayscale: #474747. Windows color (decimal): -9097896 or 5778805. OLE color: 5778805.

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

Color convert

RGB1174588-
CMYK00.620.250.54
HSL324.17º44.44%31.76%-
HSV(B)324.17º61.54%45.88%-
XYZ10.046.369.93-
YUV71.43137.35160.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 45 (17.97% from 255) = 18%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=46.8%
G=18%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117458800.620.250.54324.1744.4431.76
Hex752D5803E19361442c20
Octal1655513007631665045440
Binary11101011011011011000011111011001110110101000100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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