#885054

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

Shades of Solid Pink #885054

Tints of Solid Pink #885054

Color information

#885054 (or 0x885054) is unknown color: approx Solid Pink. HEX triplet: 88, 50 and 54. RGB value is (136,80,84). Sum of RGB (Red+Green+Blue) = 136+80+84=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #885054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885054 is #77AFAB. Grayscale: #616161. Windows color (decimal): -7843756 or 5525640. OLE color: 5525640.

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

Color convert

RGB1368084-
CMYK00.410.380.47
HSL355.71º25.93%42.35%-
HSV(B)355.71º41.18%53.33%-
XYZ14.6211.619.86-
YUV97.2120.55155.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=45.33%
G=26.67%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136808400.410.380.47355.7125.9342.35
Hex885054029262F1641a2a
Octal21012012405146575443252
Binary1000100010100001010100010100110011010111110110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885054; }

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

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

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

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

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

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

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

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