#753551

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

Shades of Flirt #753551

Tints of Flirt #753551

Color information

#753551 (or 0x753551) is unknown color: approx Flirt. HEX triplet: 75, 35 and 51. RGB value is (117,53,81). Sum of RGB (Red+Green+Blue) = 117+53+81=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753551 is #8ACAAE. Grayscale: #4B4B4B. Windows color (decimal): -9095855 or 5322101. OLE color: 5322101.

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

Color convert

RGB1175381-
CMYK00.550.310.54
HSL333.75º37.65%33.33%-
HSV(B)333.75º54.7%45.88%-
XYZ10.096.928.59-
YUV75.33131.2157.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 81 (32.03% from 255) = 32.27%
R=46.61%
G=21.12%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117538100.550.310.54333.7537.6533.33
Hex7535510371F3614e2621
Octal1656512106737665164641
Binary11101011101011010001011011111111110110101001110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753551; }

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

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

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

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

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

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

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

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