#782451

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

Shades of Flirt #782451

Tints of Flirt #782451

Color information

#782451 (or 0x782451) is unknown color: approx Flirt. HEX triplet: 78, 24 and 51. RGB value is (120,36,81). Sum of RGB (Red+Green+Blue) = 120+36+81=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 81 (32.03% from 255 or 34.18% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #782451 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782451 is #87DBAE. Grayscale: #424242. Windows color (decimal): -8903599 or 5317752. OLE color: 5317752.

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

Color convert

RGB1203681-
CMYK00.70.320.53
HSL327.86º53.85%30.59%-
HSV(B)327.86º70%47.06%-
XYZ9.865.858.39-
YUV66.25136.33166.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 36 (14.45% from 255) = 15.19%
BLUE value IS 81 (32.03% from 255) = 34.18%
R=50.63%
G=15.19%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120368100.70.320.53327.8653.8530.59
Hex7824510462035148361f
Octal17044121010640655106637
Binary111100010010010100010100011010000011010110100100011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782451; }

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

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

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

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

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

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

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

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