#802254

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

Shades of Flirt #802254

Tints of Flirt #802254

Color information

#802254 (or 0x802254) is unknown color: approx Flirt. HEX triplet: 80, 22 and 54. RGB value is (128,34,84). Sum of RGB (Red+Green+Blue) = 128+34+84=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #802254 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802254 is #7FDDAB. Grayscale: #434343. Windows color (decimal): -8379820 or 5513856. OLE color: 5513856.

HSL color Cylindrical-coordinate representation of color #802254: hue angle of 328.09º 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 #802254 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1283484-
CMYK00.730.340.50
HSL328.09º58.02%31.76%-
HSV(B)328.09º73.44%50.2%-
XYZ11.076.379.03-
YUV67.81137.14170.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 84 (33.20% from 255) = 34.15%
R=52.03%
G=13.82%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128348400.730.340.50328.0958.0231.76
Hex80225404922321483a20
Octal20042124011142625107240
Binary10000000100010101010001001001100010110010101001000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802254; }

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

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

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

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

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

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

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

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