#782B58

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

Shades of Flirt #782B58

Tints of Flirt #782B58

Color information

#782B58 (or 0x782B58) is unknown color: approx Flirt. HEX triplet: 78, 2B and 58. RGB value is (120,43,88). Sum of RGB (Red+Green+Blue) = 120+43+88=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #782B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782B58 is #87D4A7. Grayscale: #474747. Windows color (decimal): -8901800 or 5778296. OLE color: 5778296.

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

Color convert

RGB1204388-
CMYK00.640.270.53
HSL324.94º47.24%31.96%-
HSV(B)324.94º64.17%47.06%-
XYZ10.376.439.93-
YUV71.15137.51162.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 43 (17.19% from 255) = 17.13%
BLUE value IS 88 (34.77% from 255) = 35.06%
R=47.81%
G=17.13%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120438800.640.270.53324.9447.2431.96
Hex782B580401B351452f20
Octal17053130010033655055740
Binary111100010101110110000100000011011110101101000101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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