#78325B

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

Shades of Flirt #78325B

Tints of Flirt #78325B

Color information

#78325B (or 0x78325B) is unknown color: approx Flirt. HEX triplet: 78, 32 and 5B. RGB value is (120,50,91). Sum of RGB (Red+Green+Blue) = 120+50+91=261 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.98% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 120 - color contains mainly: red. Hex color #78325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78325B is #87CDA4. Grayscale: #4B4B4B. Windows color (decimal): -8900005 or 5976696. OLE color: 5976696.

HSL color Cylindrical-coordinate representation of color #78325B: hue angle of 324.86º 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 #78325B is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1205091-
CMYK00.580.240.53
HSL324.86º41.18%33.33%-
HSV(B)324.86º58.33%47.06%-
XYZ10.777.0310.69-
YUV75.6136.69159.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.98%
GREEN value IS 50 (19.92% from 255) = 19.16%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=45.98%
G=19.16%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120509100.580.240.53324.8641.1833.33
Hex78325B03A18351452921
Octal1706213307230655055141
Binary11110001100101011011011101011000110101101000101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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