#801951

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

Shades of Flirt #801951

Tints of Flirt #801951

Color information

#801951 (or 0x801951) is unknown color: approx Flirt. HEX triplet: 80, 19 and 51. RGB value is (128,25,81). Sum of RGB (Red+Green+Blue) = 128+25+81=234 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.70% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 128 - color contains mainly: red. Hex color #801951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801951 is #7FE6AE. Grayscale: #3E3E3E. Windows color (decimal): -8382127 or 5314944. OLE color: 5314944.

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

Color convert

RGB1282581-
CMYK00.800.370.50
HSL327.38º67.32%30%-
HSV(B)327.38º80.47%50.2%-
XYZ10.735.888.35-
YUV62.18138.62174.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.70%
GREEN value IS 25 (10.16% from 255) = 10.68%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=54.70%
G=10.68%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128258100.800.370.50327.3867.3230
Hex8019510502532147431e
Octal200311210120456250710336
Binary1000000011001101000101010000100101110010101000111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801951; }

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

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

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

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

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

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

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

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