#802453

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

Shades of Flirt #802453

Tints of Flirt #802453

Color information

#802453 (or 0x802453) is unknown color: approx Flirt. HEX triplet: 80, 24 and 53. RGB value is (128,36,83). Sum of RGB (Red+Green+Blue) = 128+36+83=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #802453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802453 is #7FDBAC. Grayscale: #444444. Windows color (decimal): -8379309 or 5448832. OLE color: 5448832.

HSL color Cylindrical-coordinate representation of color #802453: hue angle of 329.35º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #802453 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1283683-
CMYK00.720.350.50
HSL329.35º56.1%32.16%-
HSV(B)329.35º71.88%50.2%-
XYZ11.096.488.85-
YUV68.87135.98170.18-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 83 (32.81% from 255) = 33.60%
R=51.82%
G=14.57%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128368300.720.350.50329.3556.132.16
Hex80245304823321493820
Octal20044123011043625117040
Binary10000000100100101001101001000100011110010101001001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802453; }

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

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

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

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

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

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

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

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