#885355

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

Shades of Solid Pink #885355

Tints of Solid Pink #885355

Color information

#885355 (or 0x885355) is unknown color: approx Solid Pink. HEX triplet: 88, 53 and 55. RGB value is (136,83,85). Sum of RGB (Red+Green+Blue) = 136+83+85=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885355 is #77ACAA. Grayscale: #636363. Windows color (decimal): -7842987 or 5591944. OLE color: 5591944.

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

Color convert

RGB1368385-
CMYK00.390.380.47
HSL357.74º24.2%42.94%-
HSV(B)357.74º38.97%53.33%-
XYZ14.8912.0810.14-
YUV99.07120.06154.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.74%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 85 (33.59% from 255) = 27.96%
R=44.74%
G=27.30%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136838500.390.380.47357.7424.242.94
Hex885355027262F166182b
Octal21012312504746575463053
Binary1000100010100111010101010011110011010111110110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885355; }

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

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

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

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

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

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

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

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