#783A56

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

Shades of Flirt #783A56

Tints of Flirt #783A56

Color information

#783A56 (or 0x783A56) is unknown color: approx Flirt. HEX triplet: 78, 3A and 56. RGB value is (120,58,86). Sum of RGB (Red+Green+Blue) = 120+58+86=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 86 (33.98% from 255 or 32.58% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #783A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A56 is #87C5A9. Grayscale: #4F4F4F. Windows color (decimal): -8897962 or 5651064. OLE color: 5651064.

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

Color convert

RGB1205886-
CMYK00.520.280.53
HSL332.9º34.83%34.9%-
HSV(B)332.9º51.67%47.06%-
XYZ10.947.699.71-
YUV79.73131.54156.72-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 58 (23.05% from 255) = 21.97%
BLUE value IS 86 (33.98% from 255) = 32.58%
R=45.45%
G=21.97%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120588600.520.280.53332.934.8334.9
Hex783A560341C3514d2323
Octal1707212606434655154343
Binary11110001110101010110011010011100110101101001101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783A56; }

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

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

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

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

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

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

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

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