#732F52

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

Shades of Flirt #732F52

Tints of Flirt #732F52

Color information

#732F52 (or 0x732F52) is unknown color: approx Flirt. HEX triplet: 73, 2F and 52. RGB value is (115,47,82). Sum of RGB (Red+Green+Blue) = 115+47+82=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #732F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F52 is #8CD0AD. Grayscale: #474747. Windows color (decimal): -9228462 or 5386099. OLE color: 5386099.

HSL color Cylindrical-coordinate representation of color #732F52: hue angle of 329.12º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #732F52 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1154782-
CMYK00.590.290.55
HSL329.12º41.98%31.76%-
HSV(B)329.12º59.13%45.1%-
XYZ9.616.298.69-
YUV71.32134.03159.15-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.13%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=47.13%
G=19.26%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115478200.590.290.55329.1241.9831.76
Hex732F5203B1D371492a20
Octal1635712207335675115240
Binary11100111011111010010011101111101110111101001001101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,47,82); }

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

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

 a { background-color: rgb(115,47,82); }

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

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

 span { border-color: rgb(115,47,82); }

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