#782A4F

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

Shades of Flirt #782A4F

Tints of Flirt #782A4F

Color information

#782A4F (or 0x782A4F) is unknown color: approx Flirt. HEX triplet: 78, 2A and 4F. RGB value is (120,42,79). Sum of RGB (Red+Green+Blue) = 120+42+79=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 79 (31.25% from 255 or 32.78% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #782A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782A4F is #87D5B0. Grayscale: #454545. Windows color (decimal): -8902065 or 5188216. OLE color: 5188216.

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

Color convert

RGB1204279-
CMYK00.650.340.53
HSL331.54º48.15%31.76%-
HSV(B)331.54º65%47.06%-
XYZ9.986.218.07-
YUV69.54133.34163.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 79 (31.25% from 255) = 32.78%
R=49.79%
G=17.43%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120427900.650.340.53331.5448.1531.76
Hex782A4F041223514c3020
Octal17052117010142655146040
Binary1111000101010100111101000001100010110101101001100110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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