#782552

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

Shades of Flirt #782552

Tints of Flirt #782552

Color information

#782552 (or 0x782552) is unknown color: approx Flirt. HEX triplet: 78, 25 and 52. RGB value is (120,37,82). Sum of RGB (Red+Green+Blue) = 120+37+82=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #782552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782552 is #87DAAD. Grayscale: #424242. Windows color (decimal): -8903342 or 5383544. OLE color: 5383544.

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

Color convert

RGB1203782-
CMYK00.690.320.53
HSL327.47º52.87%30.78%-
HSV(B)327.47º69.17%47.06%-
XYZ9.935.938.6-
YUV66.95136.5165.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=50.21%
G=15.48%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120378200.690.320.53327.4752.8730.78
Hex7825520452035147351f
Octal17045122010540655076537
Binary111100010010110100100100010110000011010110100011111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782552; }

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

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

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

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

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

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

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

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