#752C56

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

Shades of Flirt #752C56

Tints of Flirt #752C56

Color information

#752C56 (or 0x752C56) is unknown color: approx Flirt. HEX triplet: 75, 2C and 56. RGB value is (117,44,86). Sum of RGB (Red+Green+Blue) = 117+44+86=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 86 (33.98% from 255 or 34.82% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752C56 is #8AD3A9. Grayscale: #464646. Windows color (decimal): -9098154 or 5647477. OLE color: 5647477.

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

Color convert

RGB1174486-
CMYK00.620.260.54
HSL325.48º45.34%31.57%-
HSV(B)325.48º62.39%45.88%-
XYZ9.926.269.49-
YUV70.61136.68161.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 44 (17.58% from 255) = 17.81%
BLUE value IS 86 (33.98% from 255) = 34.82%
R=47.37%
G=17.81%
B=34.82%

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
Decimal117448600.620.260.54325.4845.3431.57
Hex752C5603E1A361452d20
Octal1655412607632665055540
Binary11101011011001010110011111011010110110101000101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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