#805159

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

Shades of Solid Pink #805159

Tints of Solid Pink #805159

Color information

#805159 (or 0x805159) is unknown color: approx Solid Pink. HEX triplet: 80, 51 and 59. RGB value is (128,81,89). Sum of RGB (Red+Green+Blue) = 128+81+89=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 89 (35.16% from 255 or 29.87% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805159 is #7FAEA6. Grayscale: #5F5F5F. Windows color (decimal): -8367783 or 5853568. OLE color: 5853568.

HSL color Cylindrical-coordinate representation of color #805159: hue angle of 349.79º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805159 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB1288189-
CMYK00.370.300.50
HSL349.79º22.49%40.98%-
HSV(B)349.79º36.72%50.2%-
XYZ13.6511.210.89-
YUV95.96124.07150.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.95%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 89 (35.16% from 255) = 29.87%
R=42.95%
G=27.18%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128818900.370.300.50349.7922.4940.98
Hex8051590251E3215e1629
Octal20012113104536625362651
Binary100000001010001101100101001011111011001010101111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805159; }

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

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

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

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

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

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

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

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