#73394D

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

Shades of Flirt #73394D

Tints of Flirt #73394D

Color information

#73394D (or 0x73394D) is unknown color: approx Flirt. HEX triplet: 73, 39 and 4D. RGB value is (115,57,77). Sum of RGB (Red+Green+Blue) = 115+57+77=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #73394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73394D is #8CC6B2. Grayscale: #4C4C4C. Windows color (decimal): -9225907 or 5060979. OLE color: 5060979.

HSL color Cylindrical-coordinate representation of color #73394D: hue angle of 339.31º 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 #73394D is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1155777-
CMYK00.500.330.55
HSL339.31º33.72%33.73%-
HSV(B)339.31º50.43%45.1%-
XYZ9.877.117.87-
YUV76.62128.22155.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.18%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=46.18%
G=22.89%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115577700.500.330.55339.3133.7233.73
Hex73394D03221371532222
Octal1637111506241675234242
Binary111001111100110011010110010100001110111101010011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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