#782155

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

Shades of Flirt #782155

Tints of Flirt #782155

Color information

#782155 (or 0x782155) is unknown color: approx Flirt. HEX triplet: 78, 21 and 55. RGB value is (120,33,85). Sum of RGB (Red+Green+Blue) = 120+33+85=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #782155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782155 is #87DEAA. Grayscale: #404040. Windows color (decimal): -8904363 or 5579128. OLE color: 5579128.

HSL color Cylindrical-coordinate representation of color #782155: hue angle of 324.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782155 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB1203385-
CMYK00.720.290.53
HSL324.14º56.86%30%-
HSV(B)324.14º72.5%47.06%-
XYZ9.935.749.18-
YUV64.94139.32167.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 33 (13.28% from 255) = 13.87%
BLUE value IS 85 (33.59% from 255) = 35.71%
R=50.42%
G=13.87%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120338500.720.290.53324.1456.8630
Hex7821550481D35144391e
Octal17041125011035655047136
Binary11110001000011010101010010001110111010110100010011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782155; }

 p { color: rgb(120,33,85); }

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

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

 a { background-color: rgb(120,33,85); }

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

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

 span { border-color: rgb(120,33,85); }

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