#78264E

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

Shades of Flirt #78264E

Tints of Flirt #78264E

Color information

#78264E (or 0x78264E) is unknown color: approx Flirt. HEX triplet: 78, 26 and 4E. RGB value is (120,38,78). Sum of RGB (Red+Green+Blue) = 120+38+78=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #78264E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78264E is #87D9B1. Grayscale: #434343. Windows color (decimal): -8903090 or 5121656. OLE color: 5121656.

HSL color Cylindrical-coordinate representation of color #78264E: hue angle of 330.73º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78264E is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1203878-
CMYK00.680.350.53
HSL330.73º51.9%30.98%-
HSV(B)330.73º68.33%47.06%-
XYZ9.815.937.83-
YUV67.08134.17165.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 38 (15.23% from 255) = 16.10%
BLUE value IS 78 (30.86% from 255) = 33.05%
R=50.85%
G=16.10%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120387800.680.350.53330.7351.930.98
Hex78264E044233514b341f
Octal17046116010443655136437
Binary111100010011010011100100010010001111010110100101111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78264E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78264E; }

 p { color: rgb(120,38,78); }

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

<style>
 a { background-color: #78264E; }

 a { background-color: rgb(120,38,78); }

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

<style>
 span { border-color: #78264E; }

 span { border-color: rgb(120,38,78); }

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