#732E49

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

Shades of Flirt #732E49

Tints of Flirt #732E49

Color information

#732E49 (or 0x732E49) is unknown color: approx Flirt. HEX triplet: 73, 2E and 49. RGB value is (115,46,73). Sum of RGB (Red+Green+Blue) = 115+46+73=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 46 (18.36% from 255 or 19.66% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #732E49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732E49 is #8CD1B6. Grayscale: #454545. Windows color (decimal): -9228727 or 4796019. OLE color: 4796019.

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

Color convert

RGB1154673-
CMYK00.60.370.55
HSL336.52º42.86%31.57%-
HSV(B)336.52º60%45.1%-
XYZ9.256.086.99-
YUV69.71129.86160.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 46 (18.36% from 255) = 19.66%
BLUE value IS 73 (28.91% from 255) = 31.20%
R=49.15%
G=19.66%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115467300.60.370.55336.5242.8631.57
Hex732E4903C25371512b20
Octal1635611107445675215340
Binary111001110111010010010111100100101110111101010001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,46,73); }

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

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

 a { background-color: rgb(115,46,73); }

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

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

 span { border-color: rgb(115,46,73); }

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