#753458

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

Shades of Flirt #753458

Tints of Flirt #753458

Color information

#753458 (or 0x753458) is unknown color: approx Flirt. HEX triplet: 75, 34 and 58. RGB value is (117,52,88). Sum of RGB (Red+Green+Blue) = 117+52+88=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #753458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753458 is #8ACBA7. Grayscale: #4B4B4B. Windows color (decimal): -9096104 or 5780597. OLE color: 5780597.

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

Color convert

RGB1175288-
CMYK00.560.250.54
HSL326.77º38.46%33.14%-
HSV(B)326.77º55.56%45.88%-
XYZ10.336.9410.03-
YUV75.54135.03157.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.53%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=45.53%
G=20.23%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117528800.560.250.54326.7738.4633.14
Hex75345803819361472621
Octal1656413007031665074641
Binary11101011101001011000011100011001110110101000111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753458; }

 p { color: rgb(117,52,88); }

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

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

 a { background-color: rgb(117,52,88); }

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

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

 span { border-color: rgb(117,52,88); }

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