#801950

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

Shades of Flirt #801950

Tints of Flirt #801950

Color information

#801950 (or 0x801950) is unknown color: approx Flirt. HEX triplet: 80, 19 and 50. RGB value is (128,25,80). Sum of RGB (Red+Green+Blue) = 128+25+80=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #801950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801950 is #7FE6AF. Grayscale: #3D3D3D. Windows color (decimal): -8382128 or 5249408. OLE color: 5249408.

HSL color Cylindrical-coordinate representation of color #801950: hue angle of 327.96º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #801950 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB1282580-
CMYK00.800.380.50
HSL327.96º67.32%30%-
HSV(B)327.96º80.47%50.2%-
XYZ10.75.868.16-
YUV62.07138.12175.03-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.94%
GREEN value IS 25 (10.16% from 255) = 10.73%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=54.94%
G=10.73%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.38
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128258000.800.380.50327.9667.3230
Hex8019500502632148431e
Octal200311200120466251010336
Binary1000000011001101000001010000100110110010101001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801950; }

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

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

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

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

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

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

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

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