#752D4C

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

Shades of Flirt #752D4C

Tints of Flirt #752D4C

Color information

#752D4C (or 0x752D4C) is unknown color: approx Flirt. HEX triplet: 75, 2D and 4C. RGB value is (117,45,76). Sum of RGB (Red+Green+Blue) = 117+45+76=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752D4C is #8AD2B3. Grayscale: #464646. Windows color (decimal): -9097908 or 4992373. OLE color: 4992373.

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

Color convert

RGB1174576-
CMYK00.620.350.54
HSL334.17º44.44%31.76%-
HSV(B)334.17º61.54%45.88%-
XYZ9.586.187.53-
YUV70.06131.35161.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 45 (17.97% from 255) = 18.91%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=49.16%
G=18.91%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117457600.620.350.54334.1744.4431.76
Hex752D4C03E233614e2c20
Octal1655511407643665165440
Binary111010110110110011000111110100011110110101001110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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