#782553

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

Shades of Flirt #782553

Tints of Flirt #782553

Color information

#782553 (or 0x782553) is unknown color: approx Flirt. HEX triplet: 78, 25 and 53. RGB value is (120,37,83). Sum of RGB (Red+Green+Blue) = 120+37+83=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782553 is #87DAAC. Grayscale: #424242. Windows color (decimal): -8903341 or 5449080. OLE color: 5449080.

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

Color convert

RGB1203783-
CMYK00.690.310.53
HSL326.75º52.87%30.78%-
HSV(B)326.75º69.17%47.06%-
XYZ9.975.948.8-
YUV67.06137165.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=50%
G=15.42%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120378300.690.310.53326.7552.8730.78
Hex7825530451F35147351f
Octal17045123010537655076537
Binary11110001001011010011010001011111111010110100011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782553; }

 p { color: rgb(120,37,83); }

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

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

 a { background-color: rgb(120,37,83); }

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

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

 span { border-color: rgb(120,37,83); }

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