#73364A

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

Shades of Flirt #73364A

Tints of Flirt #73364A

Color information

#73364A (or 0x73364A) is unknown color: approx Flirt. HEX triplet: 73, 36 and 4A. RGB value is (115,54,74). Sum of RGB (Red+Green+Blue) = 115+54+74=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73364A is #8CC9B5. Grayscale: #4A4A4A. Windows color (decimal): -9226678 or 4863603. OLE color: 4863603.

HSL color Cylindrical-coordinate representation of color #73364A: hue angle of 340.33º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73364A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1155474-
CMYK00.530.360.55
HSL340.33º36.09%33.14%-
HSV(B)340.33º53.04%45.1%-
XYZ9.636.787.28-
YUV74.52127.71156.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.33%
GREEN value IS 54 (21.48% from 255) = 22.22%
BLUE value IS 74 (29.30% from 255) = 30.45%
R=47.33%
G=22.22%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115547400.530.360.55340.3336.0933.14
Hex73364A03524371542421
Octal1636611206544675244441
Binary111001111011010010100110101100100110111101010100100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73364A; }

 p { color: rgb(115,54,74); }

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

<style>
 a { background-color: #73364A; }

 a { background-color: rgb(115,54,74); }

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

<style>
 span { border-color: #73364A; }

 span { border-color: rgb(115,54,74); }

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