#802856

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

Shades of Flirt #802856

Tints of Flirt #802856

Color information

#802856 (or 0x802856) is unknown color: approx Flirt. HEX triplet: 80, 28 and 56. RGB value is (128,40,86). Sum of RGB (Red+Green+Blue) = 128+40+86=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 86 (33.98% from 255 or 33.86% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #802856 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802856 is #7FD7A9. Grayscale: #474747. Windows color (decimal): -8378282 or 5646464. OLE color: 5646464.

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

Color convert

RGB1284086-
CMYK00.690.330.50
HSL328.64º52.38%32.94%-
HSV(B)328.64º68.75%50.2%-
XYZ11.346.789.51-
YUV71.56136.15168.26-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 86 (33.98% from 255) = 33.86%
R=50.39%
G=15.75%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128408600.690.330.50328.6452.3832.94
Hex80285604521321493421
Octal20050126010541625116441
Binary10000000101000101011001000101100001110010101001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802856; }

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

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

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

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

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

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

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

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