#782152

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

Shades of Flirt #782152

Tints of Flirt #782152

Color information

#782152 (or 0x782152) is unknown color: approx Flirt. HEX triplet: 78, 21 and 52. RGB value is (120,33,82). Sum of RGB (Red+Green+Blue) = 120+33+82=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #782152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #782152 is #87DEAD. Grayscale: #404040. Windows color (decimal): -8904366 or 5382520. OLE color: 5382520.

HSL color Cylindrical-coordinate representation of color #782152: hue angle of 326.21º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782152 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1203382-
CMYK00.720.320.53
HSL326.21º56.86%30%-
HSV(B)326.21º72.5%47.06%-
XYZ9.815.698.56-
YUV64.6137.82167.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=51.06%
G=14.04%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120338200.720.320.53326.2156.8630
Hex7821520482035146391e
Octal17041122011040655067136
Binary111100010000110100100100100010000011010110100011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782152; }

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

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

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

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

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

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

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

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