#782149

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

Shades of Flirt #782149

Tints of Flirt #782149

Color information

#782149 (or 0x782149) is unknown color: approx Flirt. HEX triplet: 78, 21 and 49. RGB value is (120,33,73). Sum of RGB (Red+Green+Blue) = 120+33+73=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #782149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782149 is #87DEB6. Grayscale: #3F3F3F. Windows color (decimal): -8904375 or 4792696. OLE color: 4792696.

HSL color Cylindrical-coordinate representation of color #782149: hue angle of 332.41º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782149 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB1203373-
CMYK00.720.390.53
HSL332.41º56.86%30%-
HSV(B)332.41º72.5%47.06%-
XYZ9.495.566.88-
YUV63.57133.32168.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=53.10%
G=14.60%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120337300.720.390.53332.4156.8630
Hex782149048273514c391e
Octal17041111011047655147136
Binary111100010000110010010100100010011111010110100110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782149; }

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

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

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

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

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

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

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

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