#753155

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

Shades of Flirt #753155

Tints of Flirt #753155

Color information

#753155 (or 0x753155) is unknown color: approx Flirt. HEX triplet: 75, 31 and 55. RGB value is (117,49,85). Sum of RGB (Red+Green+Blue) = 117+49+85=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 117 - color contains mainly: red. Hex color #753155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753155 is #8ACEAA. Grayscale: #494949. Windows color (decimal): -9096875 or 5583221. OLE color: 5583221.

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

Color convert

RGB1174985-
CMYK00.580.270.54
HSL328.24º40.96%32.55%-
HSV(B)328.24º58.12%45.88%-
XYZ10.076.639.34-
YUV73.44134.53159.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 46.61%
GREEN value IS 49 (19.53% from 255) = 19.52%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=46.61%
G=19.52%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117498500.580.270.54328.2440.9632.55
Hex75315503A1B361482921
Octal1656112507233665105141
Binary11101011100011010101011101011011110110101001000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753155; }

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

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

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

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

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

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

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

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