#802855

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

Shades of Flirt #802855

Tints of Flirt #802855

Color information

#802855 (or 0x802855) is unknown color: approx Flirt. HEX triplet: 80, 28 and 55. RGB value is (128,40,85). Sum of RGB (Red+Green+Blue) = 128+40+85=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #802855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802855 is #7FD7AA. Grayscale: #474747. Windows color (decimal): -8378283 or 5580928. OLE color: 5580928.

HSL color Cylindrical-coordinate representation of color #802855: hue angle of 329.32º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #802855 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1284085-
CMYK00.690.340.50
HSL329.32º52.38%32.94%-
HSV(B)329.32º68.75%50.2%-
XYZ11.36.769.3-
YUV71.44135.65168.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 85 (33.59% from 255) = 33.60%
R=50.59%
G=15.81%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128408500.690.340.50329.3252.3832.94
Hex80285504522321493421
Octal20050125010542625116441
Binary10000000101000101010101000101100010110010101001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802855; }

 p { color: rgb(128,40,85); }

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

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

 a { background-color: rgb(128,40,85); }

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

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

 span { border-color: rgb(128,40,85); }

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