#805455

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

Shades of Solid Pink #805455

Tints of Solid Pink #805455

Color information

#805455 (or 0x805455) is unknown color: approx Solid Pink. HEX triplet: 80, 54 and 55. RGB value is (128,84,85). Sum of RGB (Red+Green+Blue) = 128+84+85=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805455 is #7FABAA. Grayscale: #616161. Windows color (decimal): -8367019 or 5592192. OLE color: 5592192.

HSL color Cylindrical-coordinate representation of color #805455: hue angle of 358.64º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #805455 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.50.

Color convert

RGB1288485-
CMYK00.340.340.50
HSL358.64º20.75%41.57%-
HSV(B)358.64º34.38%50.2%-
XYZ13.7111.5910.11-
YUV97.27121.08149.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.10%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 85 (33.59% from 255) = 28.62%
R=43.10%
G=28.28%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128848500.340.340.50358.6420.7541.57
Hex8054550222232167152a
Octal20012412504242625472552
Binary1000000010101001010101010001010001011001010110011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805455; }

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

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

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

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

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

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

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

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