#732B52

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

Shades of Flirt #732B52

Tints of Flirt #732B52

Color information

#732B52 (or 0x732B52) is unknown color: approx Flirt. HEX triplet: 73, 2B and 52. RGB value is (115,43,82). Sum of RGB (Red+Green+Blue) = 115+43+82=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 43 (17.19% from 255 or 17.92% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #732B52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732B52 is #8CD4AD. Grayscale: #444444. Windows color (decimal): -9229486 or 5385075. OLE color: 5385075.

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

Color convert

RGB1154382-
CMYK00.630.290.55
HSL327.5º45.57%30.98%-
HSV(B)327.5º62.61%45.1%-
XYZ9.465.988.64-
YUV68.97135.35160.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 43 (17.19% from 255) = 17.92%
BLUE value IS 82 (32.42% from 255) = 34.17%
R=47.92%
G=17.92%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115438200.630.290.55327.545.5730.98
Hex732B5203F1D371482e1f
Octal1635312207735675105637
Binary1110011101011101001001111111110111011110100100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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