#885253

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

Shades of Solid Pink #885253

Tints of Solid Pink #885253

Color information

#885253 (or 0x885253) is unknown color: approx Solid Pink. HEX triplet: 88, 52 and 53. RGB value is (136,82,83). Sum of RGB (Red+Green+Blue) = 136+82+83=301 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.18% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 136 - color contains mainly: red. Hex color #885253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885253 is #77ADAC. Grayscale: #626262. Windows color (decimal): -7843245 or 5460616. OLE color: 5460616.

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

Color convert

RGB1368283-
CMYK00.400.390.47
HSL358.89º24.77%42.75%-
HSV(B)358.89º39.71%53.33%-
XYZ14.7311.899.7-
YUV98.26119.39154.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.18%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 83 (32.81% from 255) = 27.57%
R=45.18%
G=27.24%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136828300.400.390.47358.8924.7742.75
Hex885253028272F167192b
Octal21012212305047575473153
Binary1000100010100101010011010100010011110111110110011111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885253; }

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

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

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

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

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

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

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

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