#782B47

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

Shades of Flirt #782B47

Tints of Flirt #782B47

Color information

#782B47 (or 0x782B47) is unknown color: approx Flirt. HEX triplet: 78, 2B and 47. RGB value is (120,43,71). Sum of RGB (Red+Green+Blue) = 120+43+71=234 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.28% from 234); Green value is 43 (17.19% from 255 or 18.38% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 120 - color contains mainly: red. Hex color #782B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782B47 is #87D4B8. Grayscale: #454545. Windows color (decimal): -8901817 or 4664184. OLE color: 4664184.

HSL color Cylindrical-coordinate representation of color #782B47: hue angle of 338.18º 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 #782B47 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.53.

Color convert

RGB1204371-
CMYK00.640.410.53
HSL338.18º47.24%31.96%-
HSV(B)338.18º64.17%47.06%-
XYZ9.756.186.64-
YUV69.21129.01164.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.28%
GREEN value IS 43 (17.19% from 255) = 18.38%
BLUE value IS 71 (28.12% from 255) = 30.34%
R=51.28%
G=18.38%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.41
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120437100.640.410.53338.1847.2431.96
Hex782B4704029351522f20
Octal17053107010051655225740
Binary1111000101011100011101000000101001110101101010010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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