#782F54

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

Shades of Flirt #782F54

Tints of Flirt #782F54

Color information

#782F54 (or 0x782F54) is unknown color: approx Flirt. HEX triplet: 78, 2F and 54. RGB value is (120,47,84). Sum of RGB (Red+Green+Blue) = 120+47+84=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 47 (18.75% from 255 or 18.73% from 251); Blue value is 84 (33.20% from 255 or 33.47% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782F54 is #87D0AB. Grayscale: #484848. Windows color (decimal): -8900780 or 5517176. OLE color: 5517176.

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

Color convert

RGB1204784-
CMYK00.610.30.53
HSL329.59º43.71%32.75%-
HSV(B)329.59º60.83%47.06%-
XYZ10.366.679.13-
YUV73.04134.18161.49-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 47 (18.75% from 255) = 18.73%
BLUE value IS 84 (33.20% from 255) = 33.47%
R=47.81%
G=18.73%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120478400.610.30.53329.5943.7132.75
Hex782F5403D1E3514a2c21
Octal1705712407536655125441
Binary11110001011111010100011110111110110101101001010101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,47,84); }

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

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

 a { background-color: rgb(120,47,84); }

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

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

 span { border-color: rgb(120,47,84); }

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