#88565B

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

Shades of Solid Pink #88565B

Tints of Solid Pink #88565B

Color information

#88565B (or 0x88565B) is unknown color: approx Solid Pink. HEX triplet: 88, 56 and 5B. RGB value is (136,86,91). Sum of RGB (Red+Green+Blue) = 136+86+91=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88565B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88565B is #77A9A4. Grayscale: #656565. Windows color (decimal): -7842213 or 5985928. OLE color: 5985928.

HSL color Cylindrical-coordinate representation of color #88565B: hue angle of 354º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88565B is Cyan = 0, Magento = 0.37, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB1368691-
CMYK00.370.330.47
HSL354º22.52%43.53%-
HSV(B)354º36.76%53.33%-
XYZ15.3712.6511.53-
YUV101.52122.06152.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 86 (33.98% from 255) = 27.48%
BLUE value IS 91 (35.94% from 255) = 29.07%
R=43.45%
G=27.48%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136869100.370.330.4735422.5243.53
Hex88565B025212F162172c
Octal21012613304541575422754
Binary1000100010101101011011010010110000110111110110001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88565B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88565B; }

 p { color: rgb(136,86,91); }

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

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

 a { background-color: rgb(136,86,91); }

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

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

 span { border-color: rgb(136,86,91); }

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