#73325B

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

Shades of Flirt #73325B

Tints of Flirt #73325B

Color information

#73325B (or 0x73325B) is unknown color: approx Flirt. HEX triplet: 73, 32 and 5B. RGB value is (115,50,91). Sum of RGB (Red+Green+Blue) = 115+50+91=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73325B is #8CCDA4. Grayscale: #4A4A4A. Windows color (decimal): -9227685 or 5976691. OLE color: 5976691.

HSL color Cylindrical-coordinate representation of color #73325B: hue angle of 322.15º 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 #73325B is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1155091-
CMYK00.570.210.55
HSL322.15º39.39%32.35%-
HSV(B)322.15º56.52%45.1%-
XYZ10.16.6810.65-
YUV74.11137.53157.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 44.92%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=44.92%
G=19.53%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115509100.570.210.55322.1539.3932.35
Hex73325B03915371422720
Octal1636213307125675024740
Binary11100111100101011011011100110101110111101000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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