#752E4E

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

Shades of Flirt #752E4E

Tints of Flirt #752E4E

Color information

#752E4E (or 0x752E4E) is unknown color: approx Flirt. HEX triplet: 75, 2E and 4E. RGB value is (117,46,78). Sum of RGB (Red+Green+Blue) = 117+46+78=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 117 - color contains mainly: red. Hex color #752E4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752E4E is #8AD1B1. Grayscale: #464646. Windows color (decimal): -9097650 or 5123701. OLE color: 5123701.

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

Color convert

RGB1174678-
CMYK00.610.330.54
HSL332.96º43.56%31.96%-
HSV(B)332.96º60.68%45.88%-
XYZ9.696.297.91-
YUV70.88132.02160.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=48.55%
G=19.09%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117467800.610.330.54332.9643.5631.96
Hex752E4E03D213614d2c20
Octal1655611607541665155440
Binary111010110111010011100111101100001110110101001101101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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