#752E46

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

Shades of Flirt #752E46

Tints of Flirt #752E46

Color information

#752E46 (or 0x752E46) is unknown color: approx Flirt. HEX triplet: 75, 2E and 46. RGB value is (117,46,70). Sum of RGB (Red+Green+Blue) = 117+46+70=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #752E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752E46 is #8AD1B9. Grayscale: #454545. Windows color (decimal): -9097658 or 4599413. OLE color: 4599413.

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

Color convert

RGB1174670-
CMYK00.610.400.54
HSL339.72º43.56%31.96%-
HSV(B)339.72º60.68%45.88%-
XYZ9.426.186.49-
YUV69.96128.02161.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 70 (27.73% from 255) = 30.04%
R=50.21%
G=19.74%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117467000.610.400.54339.7243.5631.96
Hex752E4603D28361542c20
Octal1655610607550665245440
Binary111010110111010001100111101101000110110101010100101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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