#782D4F

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

Shades of Flirt #782D4F

Tints of Flirt #782D4F

Color information

#782D4F (or 0x782D4F) is unknown color: approx Flirt. HEX triplet: 78, 2D and 4F. RGB value is (120,45,79). Sum of RGB (Red+Green+Blue) = 120+45+79=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #782D4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782D4F is #87D2B0. Grayscale: #474747. Windows color (decimal): -8901297 or 5188984. OLE color: 5188984.

HSL color Cylindrical-coordinate representation of color #782D4F: hue angle of 332.8º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #782D4F is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1204579-
CMYK00.630.340.53
HSL332.8º45.45%32.35%-
HSV(B)332.8º62.5%47.06%-
XYZ10.16.438.11-
YUV71.3132.35162.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 45 (17.97% from 255) = 18.44%
BLUE value IS 79 (31.25% from 255) = 32.38%
R=49.18%
G=18.44%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120457900.630.340.53332.845.4532.35
Hex782D4F03F223514d2d20
Octal1705511707742655155540
Binary111100010110110011110111111100010110101101001101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782D4F; }

 p { color: rgb(120,45,79); }

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

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

 a { background-color: rgb(120,45,79); }

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

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

 span { border-color: rgb(120,45,79); }

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