#733253

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

Shades of Flirt #733253

Tints of Flirt #733253

Color information

#733253 (or 0x733253) is unknown color: approx Flirt. HEX triplet: 73, 32 and 53. RGB value is (115,50,83). Sum of RGB (Red+Green+Blue) = 115+50+83=248 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.37% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 115 - color contains mainly: red. Hex color #733253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #733253 is #8CCDAC. Grayscale: #494949. Windows color (decimal): -9227693 or 5452403. OLE color: 5452403.

HSL color Cylindrical-coordinate representation of color #733253: hue angle of 329.54º degrees, saturation: 0.39, 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 #733253 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1155083-
CMYK00.570.280.55
HSL329.54º39.39%32.35%-
HSV(B)329.54º56.52%45.1%-
XYZ9.776.558.93-
YUV73.2133.53157.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.37%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 83 (32.81% from 255) = 33.47%
R=46.37%
G=20.16%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115508300.570.280.55329.5439.3932.35
Hex7332530391C3714a2720
Octal1636212307134675124740
Binary11100111100101010011011100111100110111101001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733253; }

 p { color: rgb(115,50,83); }

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

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

 a { background-color: rgb(115,50,83); }

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

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

 span { border-color: rgb(115,50,83); }

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