#753156

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

Shades of Flirt #753156

Tints of Flirt #753156

Color information

#753156 (or 0x753156) is unknown color: approx Flirt. HEX triplet: 75, 31 and 56. RGB value is (117,49,86). Sum of RGB (Red+Green+Blue) = 117+49+86=252 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.43% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 117 - color contains mainly: red. Hex color #753156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753156 is #8ACEA9. Grayscale: #494949. Windows color (decimal): -9096874 or 5648757. OLE color: 5648757.

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

Color convert

RGB1174986-
CMYK00.580.260.54
HSL327.35º40.96%32.55%-
HSV(B)327.35º58.12%45.88%-
XYZ10.116.659.55-
YUV73.55135.03158.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.43%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=46.43%
G=19.44%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498600.580.260.54327.3540.9632.55
Hex75315603A1A361472921
Octal1656112607232665075141
Binary11101011100011010110011101011010110110101000111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753156; }

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

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

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

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

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

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

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

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