#73394E

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

Shades of Flirt #73394E

Tints of Flirt #73394E

Color information

#73394E (or 0x73394E) is unknown color: approx Flirt. HEX triplet: 73, 39 and 4E. RGB value is (115,57,78). Sum of RGB (Red+Green+Blue) = 115+57+78=250 (33% of max value = 765). Red value is 115 (45.31% from 255 or 46% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 115 - color contains mainly: red. Hex color #73394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73394E is #8CC6B1. Grayscale: #4C4C4C. Windows color (decimal): -9225906 or 5126515. OLE color: 5126515.

HSL color Cylindrical-coordinate representation of color #73394E: hue angle of 338.28º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #73394E is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1155778-
CMYK00.500.320.55
HSL338.28º33.72%33.73%-
HSV(B)338.28º50.43%45.1%-
XYZ9.917.128.06-
YUV76.74128.72155.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 78 (30.86% from 255) = 31.2%
R=46%
G=22.8%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115577800.500.320.55338.2833.7233.73
Hex73394E03220371522222
Octal1637111606240675224242
Binary111001111100110011100110010100000110111101010010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73394E; }

 p { color: rgb(115,57,78); }

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

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

 a { background-color: rgb(115,57,78); }

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

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

 span { border-color: rgb(115,57,78); }

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