#782751

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

Shades of Flirt #782751

Tints of Flirt #782751

Color information

#782751 (or 0x782751) is unknown color: approx Flirt. HEX triplet: 78, 27 and 51. RGB value is (120,39,81). Sum of RGB (Red+Green+Blue) = 120+39+81=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #782751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782751 is #87D8AE. Grayscale: #434343. Windows color (decimal): -8902831 or 5318520. OLE color: 5318520.

HSL color Cylindrical-coordinate representation of color #782751: hue angle of 328.89º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #782751 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1203981-
CMYK00.670.320.53
HSL328.89º50.94%31.18%-
HSV(B)328.89º67.5%47.06%-
XYZ9.966.048.43-
YUV68.01135.34165.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=50%
G=16.25%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120398100.670.320.53328.8950.9431.18
Hex7827510432035149331f
Octal17047121010340655116337
Binary111100010011110100010100001110000011010110100100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782751; }

 p { color: rgb(120,39,81); }

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

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

 a { background-color: rgb(120,39,81); }

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

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

 span { border-color: rgb(120,39,81); }

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