#753154

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

Shades of Flirt #753154

Tints of Flirt #753154

Color information

#753154 (or 0x753154) is unknown color: approx Flirt. HEX triplet: 75, 31 and 54. RGB value is (117,49,84). Sum of RGB (Red+Green+Blue) = 117+49+84=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 84 (33.20% from 255 or 33.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #753154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753154 is #8ACEAB. Grayscale: #494949. Windows color (decimal): -9096876 or 5517685. OLE color: 5517685.

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

Color convert

RGB1174984-
CMYK00.580.280.54
HSL329.12º40.96%32.55%-
HSV(B)329.12º58.12%45.88%-
XYZ10.036.629.14-
YUV73.32134.03159.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.8%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 84 (33.20% from 255) = 33.6%
R=46.8%
G=19.6%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498400.580.280.54329.1240.9632.55
Hex75315403A1C361492921
Octal1656112407234665115141
Binary11101011100011010100011101011100110110101001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753154; }

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

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

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

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

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

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

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

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