#802A53

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

Shades of Flirt #802A53

Tints of Flirt #802A53

Color information

#802A53 (or 0x802A53) is unknown color: approx Flirt. HEX triplet: 80, 2A and 53. RGB value is (128,42,83). Sum of RGB (Red+Green+Blue) = 128+42+83=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 42 (16.80% from 255 or 16.60% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #802A53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #802A53 is #7FD5AC. Grayscale: #484848. Windows color (decimal): -8377773 or 5450368. OLE color: 5450368.

HSL color Cylindrical-coordinate representation of color #802A53: hue angle of 331.4º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #802A53 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB1284283-
CMYK00.670.350.50
HSL331.4º50.59%33.33%-
HSV(B)331.4º67.19%50.2%-
XYZ11.296.878.91-
YUV72.39133.99167.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 42 (16.80% from 255) = 16.60%
BLUE value IS 83 (32.81% from 255) = 32.81%
R=50.59%
G=16.60%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128428300.670.350.50331.450.5933.33
Hex802A53043233214b3321
Octal20052123010343625136341
Binary10000000101010101001101000011100011110010101001011110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802A53; }

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

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

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

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

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

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

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

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