#802850

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

Shades of Flirt #802850

Tints of Flirt #802850

Color information

#802850 (or 0x802850) is unknown color: approx Flirt. HEX triplet: 80, 28 and 50. RGB value is (128,40,80). Sum of RGB (Red+Green+Blue) = 128+40+80=248 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.61% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 128 - color contains mainly: red. Hex color #802850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802850 is #7FD7AF. Grayscale: #464646. Windows color (decimal): -8378288 or 5253248. OLE color: 5253248.

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

Color convert

RGB1284080-
CMYK00.690.380.50
HSL332.73º52.38%32.94%-
HSV(B)332.73º68.75%50.2%-
XYZ11.116.698.29-
YUV70.87133.15168.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.61%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 80 (31.64% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128408000.690.380.50332.7352.3832.94
Hex802850045263214d3421
Octal20050120010546625156441
Binary10000000101000101000001000101100110110010101001101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802850; }

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

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

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

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

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

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

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

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