#801953

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

Shades of Flirt #801953

Tints of Flirt #801953

Color information

#801953 (or 0x801953) is unknown color: approx Flirt. HEX triplet: 80, 19 and 53. RGB value is (128,25,83). Sum of RGB (Red+Green+Blue) = 128+25+83=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 25 (10.16% from 255 or 10.59% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #801953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801953 is #7FE6AC. Grayscale: #3E3E3E. Windows color (decimal): -8382125 or 5446016. OLE color: 5446016.

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

Color convert

RGB1282583-
CMYK00.800.350.50
HSL326.21º67.32%30%-
HSV(B)326.21º80.47%50.2%-
XYZ10.815.918.75-
YUV62.41139.62174.78-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 25 (10.16% from 255) = 10.59%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=54.24%
G=10.59%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128258300.800.350.50326.2167.3230
Hex8019530502332146431e
Octal200311230120436250610336
Binary1000000011001101001101010000100011110010101000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801953; }

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

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

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

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

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

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

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

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