#752859

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

Shades of Flirt #752859

Tints of Flirt #752859

Color information

#752859 (or 0x752859) is unknown color: approx Flirt. HEX triplet: 75, 28 and 59. RGB value is (117,40,89). Sum of RGB (Red+Green+Blue) = 117+40+89=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #752859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752859 is #8AD7A6. Grayscale: #444444. Windows color (decimal): -9099175 or 5843061. OLE color: 5843061.

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

Color convert

RGB1174089-
CMYK00.660.240.54
HSL321.82º49.04%30.78%-
HSV(B)321.82º65.81%45.88%-
XYZ9.96.0210.09-
YUV68.61139.51162.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=47.56%
G=16.26%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117408900.660.240.54321.8249.0430.78
Hex7528590421836142311f
Octal16550131010230665026137
Binary11101011010001011001010000101100011011010100001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752859; }

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

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

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

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

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

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

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

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