#73314C

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

Shades of Flirt #73314C

Tints of Flirt #73314C

Color information

#73314C (or 0x73314C) is unknown color: approx Flirt. HEX triplet: 73, 31 and 4C. RGB value is (115,49,76). Sum of RGB (Red+Green+Blue) = 115+49+76=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #73314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73314C is #8CCEB3. Grayscale: #474747. Windows color (decimal): -9227956 or 4993395. OLE color: 4993395.

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

Color convert

RGB1154976-
CMYK00.570.340.55
HSL335.45º40.24%32.16%-
HSV(B)335.45º57.39%45.1%-
XYZ9.476.367.57-
YUV71.81130.37158.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=47.92%
G=20.42%
B=31.67%

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
Decimal115497600.570.340.55335.4540.2432.16
Hex73314C039223714f2820
Octal1636111407142675175040
Binary111001111000110011000111001100010110111101001111101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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