#752F4E

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

Shades of Flirt #752F4E

Tints of Flirt #752F4E

Color information

#752F4E (or 0x752F4E) is unknown color: approx Flirt. HEX triplet: 75, 2F and 4E. RGB value is (117,47,78). Sum of RGB (Red+Green+Blue) = 117+47+78=242 (32% of max value = 765). Red value is 117 (46.09% from 255 or 48.35% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 117 - color contains mainly: red. Hex color #752F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752F4E is #8AD0B1. Grayscale: #474747. Windows color (decimal): -9097394 or 5123957. OLE color: 5123957.

HSL color Cylindrical-coordinate representation of color #752F4E: hue angle of 333.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #752F4E is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1174778-
CMYK00.600.330.54
HSL333.43º42.68%32.16%-
HSV(B)333.43º59.83%45.88%-
XYZ9.736.367.92-
YUV71.46131.69160.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.35%
GREEN value IS 47 (18.75% from 255) = 19.42%
BLUE value IS 78 (30.86% from 255) = 32.23%
R=48.35%
G=19.42%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117477800.600.330.54333.4342.6832.16
Hex752F4E03C213614d2b20
Octal1655711607441665155340
Binary111010110111110011100111100100001110110101001101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,47,78); }

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

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

 a { background-color: rgb(117,47,78); }

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

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

 span { border-color: rgb(117,47,78); }

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