#752357

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

Shades of Flirt #752357

Tints of Flirt #752357

Color information

#752357 (or 0x752357) is unknown color: approx Flirt. HEX triplet: 75, 23 and 57. RGB value is (117,35,87). Sum of RGB (Red+Green+Blue) = 117+35+87=239 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.95% from 239); Green value is 35 (14.06% from 255 or 14.64% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 117 - color contains mainly: red. Hex color #752357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752357 is #8ADCA8. Grayscale: #414141. Windows color (decimal): -9100457 or 5710709. OLE color: 5710709.

HSL color Cylindrical-coordinate representation of color #752357: hue angle of 321.95º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752357 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1173587-
CMYK00.700.260.54
HSL321.95º53.95%29.8%-
HSV(B)321.95º70.09%45.88%-
XYZ9.665.679.6-
YUV65.45140.17164.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.95%
GREEN value IS 35 (14.06% from 255) = 14.64%
BLUE value IS 87 (34.38% from 255) = 36.40%
R=48.95%
G=14.64%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117358700.700.260.54321.9553.9529.8
Hex7523570461A36142361e
Octal16543127010632665026636
Binary11101011000111010111010001101101011011010100001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752357; }

 p { color: rgb(117,35,87); }

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

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

 a { background-color: rgb(117,35,87); }

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

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

 span { border-color: rgb(117,35,87); }

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