#885455

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

Shades of Solid Pink #885455

Tints of Solid Pink #885455

Color information

#885455 (or 0x885455) is unknown color: approx Solid Pink. HEX triplet: 88, 54 and 55. RGB value is (136,84,85). Sum of RGB (Red+Green+Blue) = 136+84+85=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 85 (33.59% from 255 or 27.87% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885455 is #77ABAA. Grayscale: #636363. Windows color (decimal): -7842731 or 5592200. OLE color: 5592200.

HSL color Cylindrical-coordinate representation of color #885455: hue angle of 358.85º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885455 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1368485-
CMYK00.380.380.47
HSL358.85º23.64%43.14%-
HSV(B)358.85º38.24%53.33%-
XYZ14.9612.2310.17-
YUV99.66119.73153.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 85 (33.59% from 255) = 27.87%
R=44.59%
G=27.54%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136848500.380.380.47358.8523.6443.14
Hex885455026262F167182b
Octal21012412504646575473053
Binary1000100010101001010101010011010011010111110110011111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885455; }

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

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

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

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

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

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

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

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