#752D55

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

Shades of Flirt #752D55

Tints of Flirt #752D55

Color information

#752D55 (or 0x752D55) is unknown color: approx Flirt. HEX triplet: 75, 2D and 55. RGB value is (117,45,85). Sum of RGB (Red+Green+Blue) = 117+45+85=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752D55 is #8AD2AA. Grayscale: #474747. Windows color (decimal): -9097899 or 5582197. OLE color: 5582197.

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

Color convert

RGB1174585-
CMYK00.620.270.54
HSL326.67º44.44%31.76%-
HSV(B)326.67º61.54%45.88%-
XYZ9.916.319.29-
YUV71.09135.85160.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 45 (17.97% from 255) = 18.22%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=47.37%
G=18.22%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117458500.620.270.54326.6744.4431.76
Hex752D5503E1B361472c20
Octal1655512507633665075440
Binary11101011011011010101011111011011110110101000111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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