Html Css Color HEX #802040 Flirt

📋 copy color: '#802040'

red 128 ◦ green 32 ◦ blue 64

#802040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #802040

Tints of Flirt #802040

RGB

 RED value IS 128 (50.39% from 255) = 57.14%

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 64 (25.39% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#802040 (or 0x802040) is known color: Flirt. HEX triplet: 80, 20 and 40. RGB value is (128,32,64). Sum of RGB (Red+Green+Blue) = 128+32+64=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #802040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802040 is #7FDFBF. Grayscale: #404040. Windows color (decimal): -8380352 or 4202624. OLE color: 4202624.

HSL color Cylindrical-coordinate representation of color #802040: hue angle of 340º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #802040 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 32 64 -
CMYK 0 0.75 0.5 0.50
HSL 340º 0.6% 0.31% -
HSV(B) 340º 0.75% 0.5% -
XYZ 10.34 5.99 5.46 -
YUV 64.35 127.8 173.4 -
System Red Green Blue C M Y K H S L
Decimal 128 32 64 0 0.75 0.5 0.50 340 0.6 0.31
Hex 80 20 40 0 4B 32 32 154 3C 1F
Octal 200 40 100 0 113 62 62 524 74 37
Binary 10000000 100000 1000000 0 1001011 110010 110010 101010100 111100 11111

Color Harmonies of #802040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802040

Black with #802040

Text Example


Text Example

White with #802040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802040; }

 p { color: rgb(128,32,64); }

 H1.HeaderClassName
 {
   color: #802040;
 }
 .AnyTagClassName
 {
   color: #802040;
 }
</style>

background-color css

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

 a { background-color: rgb(128,32,64); }

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

border-color css

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

 span { border-color: rgb(128,32,64); }

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