#88484E

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

Shades of Solid Pink #88484E

Tints of Solid Pink #88484E

Color information

#88484E (or 0x88484E) is unknown color: approx Solid Pink. HEX triplet: 88, 48 and 4E. RGB value is (136,72,78). Sum of RGB (Red+Green+Blue) = 136+72+78=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88484E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88484E is #77B7B1. Grayscale: #5B5B5B. Windows color (decimal): -7845810 or 5130376. OLE color: 5130376.

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

Color convert

RGB1367278-
CMYK00.470.430.47
HSL354.38º30.77%40.78%-
HSV(B)354.38º47.06%53.33%-
XYZ13.8510.428.49-
YUV91.82120.2159.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.55%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=47.55%
G=25.17%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136727800.470.430.47354.3830.7740.78
Hex88484E02F2B2F1621f29
Octal21011011605753575423751
Binary1000100010010001001110010111110101110111110110001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88484E; }

 p { color: rgb(136,72,78); }

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

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

 a { background-color: rgb(136,72,78); }

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

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

 span { border-color: rgb(136,72,78); }

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