#782F50

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

Shades of Flirt #782F50

Tints of Flirt #782F50

Color information

#782F50 (or 0x782F50) is unknown color: approx Flirt. HEX triplet: 78, 2F and 50. RGB value is (120,47,80). Sum of RGB (Red+Green+Blue) = 120+47+80=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 120 - color contains mainly: red. Hex color #782F50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F50 is #87D0AF. Grayscale: #484848. Windows color (decimal): -8900784 or 5255032. OLE color: 5255032.

HSL color Cylindrical-coordinate representation of color #782F50: hue angle of 332.88º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #782F50 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB1204780-
CMYK00.610.330.53
HSL332.88º43.71%32.75%-
HSV(B)332.88º60.83%47.06%-
XYZ10.216.618.33-
YUV72.59132.18161.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.58%
GREEN value IS 47 (18.75% from 255) = 19.03%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=48.58%
G=19.03%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120478000.610.330.53332.8843.7132.75
Hex782F5003D213514d2c21
Octal1705712007541655155441
Binary111100010111110100000111101100001110101101001101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782F50; }

 p { color: rgb(120,47,80); }

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

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

 a { background-color: rgb(120,47,80); }

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

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

 span { border-color: rgb(120,47,80); }

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