#78325F

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

Shades of Flirt #78325F

Tints of Flirt #78325F

Color information

#78325F (or 0x78325F) is unknown color: approx Flirt. HEX triplet: 78, 32 and 5F. RGB value is (120,50,95). Sum of RGB (Red+Green+Blue) = 120+50+95=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78325F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78325F is #87CDA0. Grayscale: #4B4B4B. Windows color (decimal): -8900001 or 6238840. OLE color: 6238840.

HSL color Cylindrical-coordinate representation of color #78325F: hue angle of 321.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78325F is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1205095-
CMYK00.580.210.53
HSL321.43º41.18%33.33%-
HSV(B)321.43º58.33%47.06%-
XYZ10.957.111.62-
YUV76.06138.69159.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=45.28%
G=18.87%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509500.580.210.53321.4341.1833.33
Hex78325F03A15351412921
Octal1706213707225655015141
Binary11110001100101011111011101010101110101101000001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78325F; }

 p { color: rgb(120,50,95); }

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

<style>
 a { background-color: #78325F; }

 a { background-color: rgb(120,50,95); }

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

<style>
 span { border-color: #78325F; }

 span { border-color: rgb(120,50,95); }

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