#88474D

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

Shades of Solid Pink #88474D

Tints of Solid Pink #88474D

Color information

#88474D (or 0x88474D) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 4D. RGB value is (136,71,77). Sum of RGB (Red+Green+Blue) = 136+71+77=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88474D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88474D is #77B8B2. Grayscale: #5B5B5B. Windows color (decimal): -7846067 or 5064584. OLE color: 5064584.

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

Color convert

RGB1367177-
CMYK00.480.430.47
HSL354.46º31.4%40.59%-
HSV(B)354.46º47.79%53.33%-
XYZ13.7510.288.28-
YUV91.12120.03160.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 77 (30.47% from 255) = 27.11%
R=47.89%
G=25%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136717700.480.430.47354.4631.440.59
Hex88474D0302B2F1621f29
Octal21010711506053575423751
Binary1000100010001111001101011000010101110111110110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88474D; }

 p { color: rgb(136,71,77); }

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

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

 a { background-color: rgb(136,71,77); }

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

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

 span { border-color: rgb(136,71,77); }

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