Html Css Color HEX #801C50 Flirt

📋 copy color: '#801C50'

red 128 ◦ green 28 ◦ blue 80

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

Shades of Flirt #801C50

Tints of Flirt #801C50

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.86%

 BLUE value IS 80 (31.64% from 255) = 33.9%

R = 54.24%
G = 11.86%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#801C50 (or 0x801C50) is known color: Flirt. HEX triplet: 80, 1C and 50. RGB value is (128,28,80). Sum of RGB (Red+Green+Blue) = 128+28+80=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 80 (31.64% from 255 or 33.90% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #801C50 is #7FE3AF. Grayscale: #3F3F3F. Windows color (decimal): -8381360 or 5250176. OLE color: 5250176.

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

Color convert

RGB 128 28 80 -
CMYK 0 0.78 0.38 0.50
HSL 328.8º 0.64% 0.31% -
HSV(B) 328.8º 0.78% 0.5% -
XYZ 10.77 6 8.18 -
YUV 63.83 137.13 173.77 -
System Red Green Blue C M Y K H S L
Decimal 128 28 80 0 0.78 0.38 0.50 328.8 0.64 0.31
Hex 80 1C 50 0 4E 26 32 149 40 1F
Octal 200 34 120 0 116 46 62 511 100 37
Binary 10000000 11100 1010000 0 1001110 100110 110010 101001001 1000000 11111

Color Harmonies of #801C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801C50

Black with #801C50

Text Example


Text Example

White with #801C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801C50; }

 p { color: rgb(128,28,80); }

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

background-color css

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

 a { background-color: rgb(128,28,80); }

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

border-color css

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

 span { border-color: rgb(128,28,80); }

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