#733155

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

Shades of Flirt #733155

Tints of Flirt #733155

Color information

#733155 (or 0x733155) is unknown color: approx Flirt. HEX triplet: 73, 31 and 55. RGB value is (115,49,85). Sum of RGB (Red+Green+Blue) = 115+49+85=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #733155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733155 is #8CCEAA. Grayscale: #484848. Windows color (decimal): -9227947 or 5583219. OLE color: 5583219.

HSL color Cylindrical-coordinate representation of color #733155: hue angle of 327.27º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733155 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1154985-
CMYK00.570.260.55
HSL327.27º40.24%32.16%-
HSV(B)327.27º57.39%45.1%-
XYZ9.816.59.33-
YUV72.84134.87158.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 49 (19.53% from 255) = 19.68%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=46.18%
G=19.68%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115498500.570.260.55327.2740.2432.16
Hex7331550391A371472820
Octal1636112507132675075040
Binary11100111100011010101011100111010110111101000111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733155; }

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

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

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

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

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

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

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

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