#782442

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

Shades of Flirt #782442

Tints of Flirt #782442

Color information

#782442 (or 0x782442) is unknown color: approx Flirt. HEX triplet: 78, 24 and 42. RGB value is (120,36,66). Sum of RGB (Red+Green+Blue) = 120+36+66=222 (29% of max value = 765). Red value is 120 (47.27% from 255 or 54.05% from 222); Green value is 36 (14.45% from 255 or 16.22% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 120 - color contains mainly: red. Hex color #782442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782442 is #87DBBD. Grayscale: #404040. Windows color (decimal): -8903614 or 4334712. OLE color: 4334712.

HSL color Cylindrical-coordinate representation of color #782442: hue angle of 338.57º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #782442 is Cyan = 0, Magento = 0.7, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB1203666-
CMYK00.70.450.53
HSL338.57º53.85%30.59%-
HSV(B)338.57º70%47.06%-
XYZ9.365.655.75-
YUV64.54128.83167.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 54.05%
GREEN value IS 36 (14.45% from 255) = 16.22%
BLUE value IS 66 (26.17% from 255) = 29.73%
R=54.05%
G=16.22%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120366600.70.450.53338.5753.8530.59
Hex7824420462D35153361f
Octal17044102010655655236637
Binary111100010010010000100100011010110111010110101001111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782442; }

 p { color: rgb(120,36,66); }

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

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

 a { background-color: rgb(120,36,66); }

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

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

 span { border-color: rgb(120,36,66); }

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