Html Css Color HEX #802041 Flirt

📋 copy color: '#802041'

red 128 ◦ green 32 ◦ blue 65

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

Shades of Flirt #802041

Tints of Flirt #802041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 28.89%

R = 56.89%
G = 14.22%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#802041 (or 0x802041) is known color: Flirt. HEX triplet: 80, 20 and 41. RGB value is (128,32,65). Sum of RGB (Red+Green+Blue) = 128+32+65=225 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 128 - color contains mainly: red. Hex color #802041 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802041 is #7FDFBE. Grayscale: #404040. Windows color (decimal): -8380351 or 4268160. OLE color: 4268160.

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

Color convert

RGB 128 32 65 -
CMYK 0 0.75 0.49 0.50
HSL 339.38º 0.6% 0.31% -
HSV(B) 339.38º 0.75% 0.5% -
XYZ 10.37 6 5.61 -
YUV 64.47 128.3 173.32 -
System Red Green Blue C M Y K H S L
Decimal 128 32 65 0 0.75 0.49 0.50 339.38 0.6 0.31
Hex 80 20 41 0 4B 31 32 153 3C 1F
Octal 200 40 101 0 113 61 62 523 74 37
Binary 10000000 100000 1000001 0 1001011 110001 110010 101010011 111100 11111

Color Harmonies of #802041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #802041

Black with #802041

Text Example


Text Example

White with #802041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #802041; }

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

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

background-color css

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

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

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

border-color css

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

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

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