#753351

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

Shades of Flirt #753351

Tints of Flirt #753351

Color information

#753351 (or 0x753351) is unknown color: approx Flirt. HEX triplet: 75, 33 and 51. RGB value is (117,51,81). Sum of RGB (Red+Green+Blue) = 117+51+81=249 (32% of max value = 765). Red value is 117 (46.09% from 255 or 46.99% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 117 - color contains mainly: red. Hex color #753351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753351 is #8ACCAE. Grayscale: #4A4A4A. Windows color (decimal): -9096367 or 5321589. OLE color: 5321589.

HSL color Cylindrical-coordinate representation of color #753351: hue angle of 332.73º degrees, saturation: 0.39, 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 #753351 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1175181-
CMYK00.560.310.54
HSL332.73º39.29%32.94%-
HSV(B)332.73º56.41%45.88%-
XYZ10.016.748.56-
YUV74.15131.87158.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.99%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=46.99%
G=20.48%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117518100.560.310.54332.7339.2932.94
Hex7533510381F3614d2721
Octal1656312107037665154741
Binary11101011100111010001011100011111110110101001101100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753351; }

 p { color: rgb(117,51,81); }

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

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

 a { background-color: rgb(117,51,81); }

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

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

 span { border-color: rgb(117,51,81); }

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