#732D53

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

Shades of Flirt #732D53

Tints of Flirt #732D53

Color information

#732D53 (or 0x732D53) is unknown color: approx Flirt. HEX triplet: 73, 2D and 53. RGB value is (115,45,83). Sum of RGB (Red+Green+Blue) = 115+45+83=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #732D53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732D53 is #8CD2AC. Grayscale: #464646. Windows color (decimal): -9228973 or 5451123. OLE color: 5451123.

HSL color Cylindrical-coordinate representation of color #732D53: hue angle of 327.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #732D53 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1154583-
CMYK00.610.280.55
HSL327.43º43.75%31.37%-
HSV(B)327.43º60.87%45.1%-
XYZ9.576.158.87-
YUV70.26135.19159.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 45 (17.97% from 255) = 18.52%
BLUE value IS 83 (32.81% from 255) = 34.16%
R=47.33%
G=18.52%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115458300.610.280.55327.4343.7531.37
Hex732D5303D1C371472c1f
Octal1635512307534675075437
Binary1110011101101101001101111011110011011110100011110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732D53; }

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

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

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

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

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

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

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

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