#753A4F

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

Shades of Flirt #753A4F

Tints of Flirt #753A4F

Color information

#753A4F (or 0x753A4F) is unknown color: approx Flirt. HEX triplet: 75, 3A and 4F. RGB value is (117,58,79). Sum of RGB (Red+Green+Blue) = 117+58+79=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #753A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753A4F is #8AC5B0. Grayscale: #4E4E4E. Windows color (decimal): -9094577 or 5192309. OLE color: 5192309.

HSL color Cylindrical-coordinate representation of color #753A4F: hue angle of 338.64º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #753A4F is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1175879-
CMYK00.500.320.54
HSL338.64º33.71%34.31%-
HSV(B)338.64º50.43%45.88%-
XYZ10.267.378.28-
YUV78.04128.55155.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.06%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 79 (31.25% from 255) = 31.10%
R=46.06%
G=22.83%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117587900.500.320.54338.6433.7134.31
Hex753A4F03220361532222
Octal1657211706240665234242
Binary111010111101010011110110010100000110110101010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753A4F; }

 p { color: rgb(117,58,79); }

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

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

 a { background-color: rgb(117,58,79); }

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

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

 span { border-color: rgb(117,58,79); }

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