#78224A

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

Shades of Flirt #78224A

Tints of Flirt #78224A

Color information

#78224A (or 0x78224A) is unknown color: approx Flirt. HEX triplet: 78, 22 and 4A. RGB value is (120,34,74). Sum of RGB (Red+Green+Blue) = 120+34+74=228 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.63% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 120 - color contains mainly: red. Hex color #78224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78224A is #87DDB5. Grayscale: #404040. Windows color (decimal): -8904118 or 4858488. OLE color: 4858488.

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

Color convert

RGB1203474-
CMYK00.720.380.53
HSL332.09º55.84%30.2%-
HSV(B)332.09º71.67%47.06%-
XYZ9.555.637.06-
YUV64.27133.49167.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.63%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=52.63%
G=14.91%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120347400.720.380.53332.0955.8430.2
Hex78224A048263514c381e
Octal17042112011046655147036
Binary111100010001010010100100100010011011010110100110011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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