#752959

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

Shades of Flirt #752959

Tints of Flirt #752959

Color information

#752959 (or 0x752959) is unknown color: approx Flirt. HEX triplet: 75, 29 and 59. RGB value is (117,41,89). Sum of RGB (Red+Green+Blue) = 117+41+89=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 117 - color contains mainly: red. Hex color #752959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752959 is #8AD6A6. Grayscale: #454545. Windows color (decimal): -9098919 or 5843317. OLE color: 5843317.

HSL color Cylindrical-coordinate representation of color #752959: hue angle of 322.11º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #752959 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1174189-
CMYK00.650.240.54
HSL322.11º48.1%30.98%-
HSV(B)322.11º64.96%45.88%-
XYZ9.936.0910.1-
YUV69.2139.18162.1-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=47.37%
G=16.60%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117418900.650.240.54322.1148.130.98
Hex7529590411836142301f
Octal16551131010130665026037
Binary11101011010011011001010000011100011011010100001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752959; }

 p { color: rgb(117,41,89); }

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

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

 a { background-color: rgb(117,41,89); }

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

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

 span { border-color: rgb(117,41,89); }

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