#783256

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

Shades of Flirt #783256

Tints of Flirt #783256

Color information

#783256 (or 0x783256) is unknown color: approx Flirt. HEX triplet: 78, 32 and 56. RGB value is (120,50,86). Sum of RGB (Red+Green+Blue) = 120+50+86=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #783256 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783256 is #87CDA9. Grayscale: #4A4A4A. Windows color (decimal): -8900010 or 5649016. OLE color: 5649016.

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

Color convert

RGB1205086-
CMYK00.580.280.53
HSL329.14º41.18%33.33%-
HSV(B)329.14º58.33%47.06%-
XYZ10.576.959.59-
YUV75.03134.19160.07-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.88%
GREEN value IS 50 (19.92% from 255) = 19.53%
BLUE value IS 86 (33.98% from 255) = 33.59%
R=46.88%
G=19.53%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120508600.580.280.53329.1441.1833.33
Hex78325603A1C351492921
Octal1706212607234655115141
Binary11110001100101010110011101011100110101101001001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783256; }

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

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

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

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

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

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

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

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