#75354E

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

Shades of Flirt #75354E

Tints of Flirt #75354E

Color information

#75354E (or 0x75354E) is unknown color: approx Flirt. HEX triplet: 75, 35 and 4E. RGB value is (117,53,78). Sum of RGB (Red+Green+Blue) = 117+53+78=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75354E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75354E is #8ACAB1. Grayscale: #4A4A4A. Windows color (decimal): -9095858 or 5125493. OLE color: 5125493.

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

Color convert

RGB1175378-
CMYK00.550.330.54
HSL336.56º37.65%33.33%-
HSV(B)336.56º54.7%45.88%-
XYZ9.986.888.01-
YUV74.99129.7157.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.18%
GREEN value IS 53 (21.09% from 255) = 21.37%
BLUE value IS 78 (30.86% from 255) = 31.45%
R=47.18%
G=21.37%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117537800.550.330.54336.5637.6533.33
Hex75354E03721361512621
Octal1656511606741665214641
Binary111010111010110011100110111100001110110101010001100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75354E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75354E; }

 p { color: rgb(117,53,78); }

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

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

 a { background-color: rgb(117,53,78); }

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

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

 span { border-color: rgb(117,53,78); }

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