#752C53

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

Shades of Flirt #752C53

Tints of Flirt #752C53

Color information

#752C53 (or 0x752C53) is unknown color: approx Flirt. HEX triplet: 75, 2C and 53. RGB value is (117,44,83). Sum of RGB (Red+Green+Blue) = 117+44+83=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C53 is #8AD3AC. Grayscale: #464646. Windows color (decimal): -9098157 or 5450869. OLE color: 5450869.

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

Color convert

RGB1174483-
CMYK00.620.290.54
HSL327.95º45.34%31.57%-
HSV(B)327.95º62.39%45.88%-
XYZ9.86.218.87-
YUV70.27135.18161.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=47.95%
G=18.03%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117448300.620.290.54327.9545.3431.57
Hex752C5303E1D361482d20
Octal1655412307635665105540
Binary11101011011001010011011111011101110110101001000101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,44,83); }

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

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

 a { background-color: rgb(117,44,83); }

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

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

 span { border-color: rgb(117,44,83); }

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