#753150

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

Shades of Flirt #753150

Tints of Flirt #753150

Color information

#753150 (or 0x753150) is unknown color: approx Flirt. HEX triplet: 75, 31 and 50. RGB value is (117,49,80). Sum of RGB (Red+Green+Blue) = 117+49+80=246 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.56% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 117 - color contains mainly: red. Hex color #753150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753150 is #8ACEAF. Grayscale: #484848. Windows color (decimal): -9096880 or 5255541. OLE color: 5255541.

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

Color convert

RGB1174980-
CMYK00.580.320.54
HSL332.65º40.96%32.55%-
HSV(B)332.65º58.12%45.88%-
XYZ9.886.568.33-
YUV72.87132.03159.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.56%
GREEN value IS 49 (19.53% from 255) = 19.92%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=47.56%
G=19.92%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498000.580.320.54332.6540.9632.55
Hex75315003A203614d2921
Octal1656112007240665155141
Binary111010111000110100000111010100000110110101001101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753150; }

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

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

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

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

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

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

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

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