#782351

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

Shades of Flirt #782351

Tints of Flirt #782351

Color information

#782351 (or 0x782351) is unknown color: approx Flirt. HEX triplet: 78, 23 and 51. RGB value is (120,35,81). Sum of RGB (Red+Green+Blue) = 120+35+81=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #782351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782351 is #87DCAE. Grayscale: #414141. Windows color (decimal): -8903855 or 5317496. OLE color: 5317496.

HSL color Cylindrical-coordinate representation of color #782351: hue angle of 327.53º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #782351 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1203581-
CMYK00.710.320.53
HSL327.53º54.84%30.39%-
HSV(B)327.53º70.83%47.06%-
XYZ9.835.798.38-
YUV65.66136.66166.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=50.85%
G=14.83%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120358100.710.320.53327.5354.8430.39
Hex7823510472035148371e
Octal17043121010740655106736
Binary111100010001110100010100011110000011010110100100011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782351; }

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

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

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

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

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

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

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

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