#782452

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

Shades of Flirt #782452

Tints of Flirt #782452

Color information

#782452 (or 0x782452) is unknown color: approx Flirt. HEX triplet: 78, 24 and 52. RGB value is (120,36,82). Sum of RGB (Red+Green+Blue) = 120+36+82=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #782452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782452 is #87DBAD. Grayscale: #424242. Windows color (decimal): -8903598 or 5383288. OLE color: 5383288.

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

Color convert

RGB1203682-
CMYK00.70.320.53
HSL327.14º53.85%30.59%-
HSV(B)327.14º70%47.06%-
XYZ9.95.868.59-
YUV66.36136.83166.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=50.42%
G=15.13%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120368200.70.320.53327.1453.8530.59
Hex7824520462035147361f
Octal17044122010640655076637
Binary111100010010010100100100011010000011010110100011111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782452; }

 p { color: rgb(120,36,82); }

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

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

 a { background-color: rgb(120,36,82); }

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

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

 span { border-color: rgb(120,36,82); }

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