#752E51

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

Shades of Flirt #752E51

Tints of Flirt #752E51

Color information

#752E51 (or 0x752E51) is unknown color: approx Flirt. HEX triplet: 75, 2E and 51. RGB value is (117,46,81). Sum of RGB (Red+Green+Blue) = 117+46+81=244 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.95% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 117 - color contains mainly: red. Hex color #752E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E51 is #8AD1AE. Grayscale: #474747. Windows color (decimal): -9097647 or 5320309. OLE color: 5320309.

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

Color convert

RGB1174681-
CMYK00.610.310.54
HSL330.42º43.56%31.96%-
HSV(B)330.42º60.68%45.88%-
XYZ9.86.338.49-
YUV71.22133.52160.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.95%
GREEN value IS 46 (18.36% from 255) = 18.85%
BLUE value IS 81 (32.03% from 255) = 33.20%
R=47.95%
G=18.85%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117468100.610.310.54330.4243.5631.96
Hex752E5103D1F3614a2c20
Octal1655612107537665125440
Binary11101011011101010001011110111111110110101001010101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,46,81); }

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

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

 a { background-color: rgb(117,46,81); }

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

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

 span { border-color: rgb(117,46,81); }

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