Html Css Color HEX #802049 Flirt

📋 copy color: '#802049'

red 128 ◦ green 32 ◦ blue 73

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

Shades of Flirt #802049

Tints of Flirt #802049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.33%

R = 54.94%
G = 13.73%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.50

RGB Variations

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

Color information

#802049 (or 0x802049) is known color: Flirt. HEX triplet: 80, 20 and 49. RGB value is (128,32,73). Sum of RGB (Red+Green+Blue) = 128+32+73=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 32 (12.89% from 255 or 13.73% from 233); Blue value is 73 (28.91% from 255 or 31.33% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #802049 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802049 is #7FDFB6. Grayscale: #414141. Windows color (decimal): -8380343 or 4792448. OLE color: 4792448.

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

Color convert

RGB 128 32 73 -
CMYK 0 0.75 0.43 0.50
HSL 334.38º 0.6% 0.31% -
HSV(B) 334.38º 0.75% 0.5% -
XYZ 10.62 6.1 6.92 -
YUV 65.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 128 32 73 0 0.75 0.43 0.50 334.38 0.6 0.31
Hex 80 20 49 0 4B 2B 32 14E 3C 1F
Octal 200 40 111 0 113 53 62 516 74 37
Binary 10000000 100000 1001001 0 1001011 101011 110010 101001110 111100 11111

Color Harmonies of #802049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802049

Black with #802049

Text Example


Text Example

White with #802049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802049; }

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

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

background-color css

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

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

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

border-color css

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

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

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