#752356

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

Shades of Flirt #752356

Tints of Flirt #752356

Color information

#752356 (or 0x752356) is unknown color: approx Flirt. HEX triplet: 75, 23 and 56. RGB value is (117,35,86). Sum of RGB (Red+Green+Blue) = 117+35+86=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 117 - color contains mainly: red. Hex color #752356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #752356 is #8ADCA9. Grayscale: #414141. Windows color (decimal): -9100458 or 5645173. OLE color: 5645173.

HSL color Cylindrical-coordinate representation of color #752356: hue angle of 322.68º 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 #752356 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB1173586-
CMYK00.700.260.54
HSL322.68º53.95%29.8%-
HSV(B)322.68º70.09%45.88%-
XYZ9.625.669.39-
YUV65.33139.67164.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.16%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=49.16%
G=14.71%
B=36.13%

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
Decimal117358600.700.260.54322.6853.9529.8
Hex7523560461A36143361e
Octal16543126010632665036636
Binary11101011000111010110010001101101011011010100001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752356; }

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

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

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

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

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

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

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

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