#782E47

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

Shades of Flirt #782E47

Tints of Flirt #782E47

Color information

#782E47 (or 0x782E47) is unknown color: approx Flirt. HEX triplet: 78, 2E and 47. RGB value is (120,46,71). Sum of RGB (Red+Green+Blue) = 120+46+71=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #782E47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782E47 is #87D1B8. Grayscale: #464646. Windows color (decimal): -8901049 or 4664952. OLE color: 4664952.

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

Color convert

RGB1204671-
CMYK00.620.410.53
HSL339.73º44.58%32.55%-
HSV(B)339.73º61.67%47.06%-
XYZ9.866.46.68-
YUV70.98128.02162.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 46 (18.36% from 255) = 19.41%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=50.63%
G=19.41%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120467100.620.410.53339.7344.5832.55
Hex782E4703E29351542d21
Octal1705610707651655245541
Binary111100010111010001110111110101001110101101010100101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,46,71); }

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

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

 a { background-color: rgb(120,46,71); }

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

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

 span { border-color: rgb(120,46,71); }

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