#732552

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

Shades of Flirt #732552

Tints of Flirt #732552

Color information

#732552 (or 0x732552) is unknown color: approx Flirt. HEX triplet: 73, 25 and 52. RGB value is (115,37,82). Sum of RGB (Red+Green+Blue) = 115+37+82=234 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.15% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 115 - color contains mainly: red. Hex color #732552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #732552 is #8CDAAD. Grayscale: #414141. Windows color (decimal): -9231022 or 5383539. OLE color: 5383539.

HSL color Cylindrical-coordinate representation of color #732552: hue angle of 325.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732552 is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB1153782-
CMYK00.680.290.55
HSL325.38º51.32%29.8%-
HSV(B)325.38º67.83%45.1%-
XYZ9.255.588.57-
YUV65.45137.34163.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.15%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=49.15%
G=15.81%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115378200.680.290.55325.3851.3229.8
Hex7325520441D37145331e
Octal16345122010435675056336
Binary11100111001011010010010001001110111011110100010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732552; }

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

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

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

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

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

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

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

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