#73324C

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

Shades of Flirt #73324C

Tints of Flirt #73324C

Color information

#73324C (or 0x73324C) is unknown color: approx Flirt. HEX triplet: 73, 32 and 4C. RGB value is (115,50,76). Sum of RGB (Red+Green+Blue) = 115+50+76=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #73324C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73324C is #8CCDB3. Grayscale: #484848. Windows color (decimal): -9227700 or 4993651. OLE color: 4993651.

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

Color convert

RGB1155076-
CMYK00.570.340.55
HSL336º39.39%32.35%-
HSV(B)336º56.52%45.1%-
XYZ9.526.457.58-
YUV72.4130.03158.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.72%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=47.72%
G=20.75%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115507600.570.340.5533639.3932.35
Hex73324C03922371502720
Octal1636211407142675204740
Binary111001111001010011000111001100010110111101010000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73324C; }

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

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

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

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

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

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

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

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