#73324B

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

Shades of Flirt #73324B

Tints of Flirt #73324B

Color information

#73324B (or 0x73324B) is unknown color: approx Flirt. HEX triplet: 73, 32 and 4B. RGB value is (115,50,75). Sum of RGB (Red+Green+Blue) = 115+50+75=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73324B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73324B is #8CCDB4. Grayscale: #484848. Windows color (decimal): -9227701 or 4928115. OLE color: 4928115.

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

Color convert

RGB1155075-
CMYK00.570.350.55
HSL336.92º39.39%32.35%-
HSV(B)336.92º56.52%45.1%-
XYZ9.486.437.4-
YUV72.28129.53158.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=47.92%
G=20.83%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115507500.570.350.55336.9239.3932.35
Hex73324B03923371512720
Octal1636211307143675214740
Binary111001111001010010110111001100011110111101010001100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73324B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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