#782B49

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

Shades of Flirt #782B49

Tints of Flirt #782B49

Color information

#782B49 (or 0x782B49) is unknown color: approx Flirt. HEX triplet: 78, 2B and 49. RGB value is (120,43,73). Sum of RGB (Red+Green+Blue) = 120+43+73=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 73 (28.91% from 255 or 30.93% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #782B49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B49 is #87D4B6. Grayscale: #454545. Windows color (decimal): -8901815 or 4795256. OLE color: 4795256.

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

Color convert

RGB1204373-
CMYK00.640.390.53
HSL336.62º47.24%31.96%-
HSV(B)336.62º64.17%47.06%-
XYZ9.816.26.98-
YUV69.44130.01164.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 73 (28.91% from 255) = 30.93%
R=50.85%
G=18.22%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120437300.640.390.53336.6247.2431.96
Hex782B4904027351512f20
Octal17053111010047655215740
Binary1111000101011100100101000000100111110101101010001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,43,73); }

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

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

 a { background-color: rgb(120,43,73); }

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

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

 span { border-color: rgb(120,43,73); }

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