#783A58

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

Shades of Flirt #783A58

Tints of Flirt #783A58

Color information

#783A58 (or 0x783A58) is unknown color: approx Flirt. HEX triplet: 78, 3A and 58. RGB value is (120,58,88). Sum of RGB (Red+Green+Blue) = 120+58+88=266 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.11% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 120 - color contains mainly: red. Hex color #783A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A58 is #87C5A7. Grayscale: #4F4F4F. Windows color (decimal): -8897960 or 5782136. OLE color: 5782136.

HSL color Cylindrical-coordinate representation of color #783A58: hue angle of 330.97º 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 #783A58 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1205888-
CMYK00.520.270.53
HSL330.97º34.83%34.9%-
HSV(B)330.97º51.67%47.06%-
XYZ11.027.7210.14-
YUV79.96132.54156.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.11%
GREEN value IS 58 (23.05% from 255) = 21.80%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=45.11%
G=21.80%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120588800.520.270.53330.9734.8334.9
Hex783A580341B3514b2323
Octal1707213006433655134343
Binary11110001110101011000011010011011110101101001011100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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