#782453

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

Shades of Flirt #782453

Tints of Flirt #782453

Color information

#782453 (or 0x782453) is unknown color: approx Flirt. HEX triplet: 78, 24 and 53. RGB value is (120,36,83). Sum of RGB (Red+Green+Blue) = 120+36+83=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #782453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782453 is #87DBAC. Grayscale: #424242. Windows color (decimal): -8903597 or 5448824. OLE color: 5448824.

HSL color Cylindrical-coordinate representation of color #782453: hue angle of 326.43º 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 #782453 is Cyan = 0, Magento = 0.7, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1203683-
CMYK00.70.310.53
HSL326.43º53.85%30.59%-
HSV(B)326.43º70%47.06%-
XYZ9.945.888.79-
YUV66.47137.33166.18-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 36 (14.45% from 255) = 15.06%
BLUE value IS 83 (32.81% from 255) = 34.73%
R=50.21%
G=15.06%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120368300.70.310.53326.4353.8530.59
Hex7824530461F35146361f
Octal17044123010637655066637
Binary11110001001001010011010001101111111010110100011011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782453; }

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

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

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

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

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

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

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

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