#88494B

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

Shades of Solid Pink #88494B

Tints of Solid Pink #88494B

Color information

#88494B (or 0x88494B) is unknown color: approx Solid Pink. HEX triplet: 88, 49 and 4B. RGB value is (136,73,75). Sum of RGB (Red+Green+Blue) = 136+73+75=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 75 (29.69% from 255 or 26.41% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #88494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88494B is #77B6B4. Grayscale: #5C5C5C. Windows color (decimal): -7845557 or 4934024. OLE color: 4934024.

HSL color Cylindrical-coordinate representation of color #88494B: hue angle of 358.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88494B is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1367375-
CMYK00.460.450.47
HSL358.1º30.14%40.98%-
HSV(B)358.1º46.32%53.33%-
XYZ13.8110.517.96-
YUV92.06118.37159.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 47.89%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 75 (29.69% from 255) = 26.41%
R=47.89%
G=25.70%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136737500.460.450.47358.130.1440.98
Hex88494B02E2D2F1661e29
Octal21011111305655575463651
Binary1000100010010011001011010111010110110111110110011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,73,75); }

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

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

 a { background-color: rgb(136,73,75); }

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

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

 span { border-color: rgb(136,73,75); }

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