#78355D

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

Shades of Flirt #78355D

Tints of Flirt #78355D

Color information

#78355D (or 0x78355D) is unknown color: approx Flirt. HEX triplet: 78, 35 and 5D. RGB value is (120,53,93). Sum of RGB (Red+Green+Blue) = 120+53+93=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #78355D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78355D is #87CAA2. Grayscale: #4D4D4D. Windows color (decimal): -8899235 or 6108536. OLE color: 6108536.

HSL color Cylindrical-coordinate representation of color #78355D: hue angle of 324.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #78355D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1205393-
CMYK00.560.220.53
HSL324.18º38.73%33.92%-
HSV(B)324.18º55.83%47.06%-
XYZ10.997.3311.19-
YUV77.59136.7158.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=45.11%
G=19.92%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120539300.560.220.53324.1838.7333.92
Hex78355D03816351442722
Octal1706513507026655044742
Binary11110001101011011101011100010110110101101000100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78355D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,53,93); }

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

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

 a { background-color: rgb(120,53,93); }

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

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

 span { border-color: rgb(120,53,93); }

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