#78244A

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

Shades of Flirt #78244A

Tints of Flirt #78244A

Color information

#78244A (or 0x78244A) is unknown color: approx Flirt. HEX triplet: 78, 24 and 4A. RGB value is (120,36,74). Sum of RGB (Red+Green+Blue) = 120+36+74=230 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.17% from 230); Green value is 36 (14.45% from 255 or 15.65% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 120 - color contains mainly: red. Hex color #78244A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78244A is #87DBB5. Grayscale: #414141. Windows color (decimal): -8903606 or 4859000. OLE color: 4859000.

HSL color Cylindrical-coordinate representation of color #78244A: hue angle of 332.86º 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 #78244A is Cyan = 0, Magento = 0.7, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1203674-
CMYK00.70.380.53
HSL332.86º53.85%30.59%-
HSV(B)332.86º70%47.06%-
XYZ9.615.757.08-
YUV65.45132.83166.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.17%
GREEN value IS 36 (14.45% from 255) = 15.65%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=52.17%
G=15.65%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120367400.70.380.53332.8653.8530.59
Hex78244A046263514d361f
Octal17044112010646655156637
Binary111100010010010010100100011010011011010110100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78244A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78244A; }

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

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

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

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

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

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

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

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