#802853

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

Shades of Flirt #802853

Tints of Flirt #802853

Color information

#802853 (or 0x802853) is unknown color: approx Flirt. HEX triplet: 80, 28 and 53. RGB value is (128,40,83). Sum of RGB (Red+Green+Blue) = 128+40+83=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #802853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802853 is #7FD7AC. Grayscale: #474747. Windows color (decimal): -8378285 or 5449856. OLE color: 5449856.

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

Color convert

RGB1284083-
CMYK00.690.350.50
HSL330.68º52.38%32.94%-
HSV(B)330.68º68.75%50.2%-
XYZ11.226.738.89-
YUV71.21134.65168.5-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 83 (32.81% from 255) = 33.07%
R=51.00%
G=15.94%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128408300.690.350.50330.6852.3832.94
Hex802853045233214b3421
Octal20050123010543625136441
Binary10000000101000101001101000101100011110010101001011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802853; }

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

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

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

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

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

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

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

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