#732F51

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

Shades of Flirt #732F51

Tints of Flirt #732F51

Color information

#732F51 (or 0x732F51) is unknown color: approx Flirt. HEX triplet: 73, 2F and 51. RGB value is (115,47,81). Sum of RGB (Red+Green+Blue) = 115+47+81=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 47 (18.75% from 255 or 19.34% from 243); Blue value is 81 (32.03% from 255 or 33.33% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #732F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732F51 is #8CD0AE. Grayscale: #474747. Windows color (decimal): -9228463 or 5320563. OLE color: 5320563.

HSL color Cylindrical-coordinate representation of color #732F51: hue angle of 330º 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 #732F51 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1154781-
CMYK00.590.300.55
HSL330º41.98%31.76%-
HSV(B)330º59.13%45.1%-
XYZ9.576.278.49-
YUV71.21133.53159.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 47 (18.75% from 255) = 19.34%
BLUE value IS 81 (32.03% from 255) = 33.33%
R=47.33%
G=19.34%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115478100.590.300.5533041.9831.76
Hex732F5103B1E3714a2a20
Octal1635712107336675125240
Binary11100111011111010001011101111110110111101001010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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