#80224E

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

Shades of Flirt #80224E

Tints of Flirt #80224E

Color information

#80224E (or 0x80224E) is unknown color: approx Flirt. HEX triplet: 80, 22 and 4E. RGB value is (128,34,78). Sum of RGB (Red+Green+Blue) = 128+34+78=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80224E is #7FDDB1. Grayscale: #434343. Windows color (decimal): -8379826 or 5120640. OLE color: 5120640.

HSL color Cylindrical-coordinate representation of color #80224E: hue angle of 331.91º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80224E is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB1283478-
CMYK00.730.390.50
HSL331.91º58.02%31.76%-
HSV(B)331.91º73.44%50.2%-
XYZ10.856.287.85-
YUV67.12134.14171.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 53.33%
GREEN value IS 34 (13.67% from 255) = 14.17%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=53.33%
G=14.17%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128347800.730.390.50331.9158.0231.76
Hex80224E049273214c3a20
Octal20042116011147625147240
Binary10000000100010100111001001001100111110010101001100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80224E; }

 p { color: rgb(128,34,78); }

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

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

 a { background-color: rgb(128,34,78); }

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

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

 span { border-color: rgb(128,34,78); }

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