#805155

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

Shades of Solid Pink #805155

Tints of Solid Pink #805155

Color information

#805155 (or 0x805155) is unknown color: approx Solid Pink. HEX triplet: 80, 51 and 55. RGB value is (128,81,85). Sum of RGB (Red+Green+Blue) = 128+81+85=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805155 is #7FAEAA. Grayscale: #5F5F5F. Windows color (decimal): -8367787 or 5591424. OLE color: 5591424.

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

Color convert

RGB1288185-
CMYK00.370.340.50
HSL354.89º22.49%40.98%-
HSV(B)354.89º36.72%50.2%-
XYZ13.4811.1310.03-
YUV95.51122.07151.17-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 81 (32.03% from 255) = 27.55%
BLUE value IS 85 (33.59% from 255) = 28.91%
R=43.54%
G=27.55%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128818500.370.340.50354.8922.4940.98
Hex80515502522321631629
Octal20012112504542625432651
Binary1000000010100011010101010010110001011001010110001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805155; }

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

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

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

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

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

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

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

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