#782F51

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

Shades of Flirt #782F51

Tints of Flirt #782F51

Color information

#782F51 (or 0x782F51) is unknown color: approx Flirt. HEX triplet: 78, 2F and 51. RGB value is (120,47,81). Sum of RGB (Red+Green+Blue) = 120+47+81=248 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.39% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 120 - color contains mainly: red. Hex color #782F51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F51 is #87D0AE. Grayscale: #484848. Windows color (decimal): -8900783 or 5320568. OLE color: 5320568.

HSL color Cylindrical-coordinate representation of color #782F51: hue angle of 332.05º 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 #782F51 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1204781-
CMYK00.610.320.53
HSL332.05º43.71%32.75%-
HSV(B)332.05º60.83%47.06%-
XYZ10.256.628.52-
YUV72.7132.68161.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.39%
GREEN value IS 47 (18.75% from 255) = 18.95%
BLUE value IS 81 (32.03% from 255) = 32.66%
R=48.39%
G=18.95%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120478100.610.320.53332.0543.7132.75
Hex782F5103D203514c2c21
Octal1705712107540655145441
Binary111100010111110100010111101100000110101101001100101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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