#783A5A

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

Shades of Flirt #783A5A

Tints of Flirt #783A5A

Color information

#783A5A (or 0x783A5A) is unknown color: approx Flirt. HEX triplet: 78, 3A and 5A. RGB value is (120,58,90). Sum of RGB (Red+Green+Blue) = 120+58+90=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #783A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783A5A is #87C5A5. Grayscale: #505050. Windows color (decimal): -8897958 or 5913208. OLE color: 5913208.

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

Color convert

RGB1205890-
CMYK00.520.250.53
HSL329.03º34.83%34.9%-
HSV(B)329.03º51.67%47.06%-
XYZ11.17.7610.58-
YUV80.19133.54156.4-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 58 (23.05% from 255) = 21.64%
BLUE value IS 90 (35.55% from 255) = 33.58%
R=44.78%
G=21.64%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120589000.520.250.53329.0334.8334.9
Hex783A5A03419351492323
Octal1707213206431655114343
Binary11110001110101011010011010011001110101101001001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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