#73325A

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

Shades of Flirt #73325A

Tints of Flirt #73325A

Color information

#73325A (or 0x73325A) is unknown color: approx Flirt. HEX triplet: 73, 32 and 5A. RGB value is (115,50,90). Sum of RGB (Red+Green+Blue) = 115+50+90=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73325A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325A is #8CCDA5. Grayscale: #494949. Windows color (decimal): -9227686 or 5911155. OLE color: 5911155.

HSL color Cylindrical-coordinate representation of color #73325A: hue angle of 323.08º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73325A is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1155090-
CMYK00.570.220.55
HSL323.08º39.39%32.35%-
HSV(B)323.08º56.52%45.1%-
XYZ10.066.6610.43-
YUV74137.03157.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.10%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=45.10%
G=19.61%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509000.570.220.55323.0839.3932.35
Hex73325A03916371432720
Octal1636213207126675034740
Binary11100111100101011010011100110110110111101000011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73325A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73325A; }

 p { color: rgb(115,50,90); }

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

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

 a { background-color: rgb(115,50,90); }

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

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

 span { border-color: rgb(115,50,90); }

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