#88474A

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

Shades of Solid Pink #88474A

Tints of Solid Pink #88474A

Color information

#88474A (or 0x88474A) is unknown color: approx Solid Pink. HEX triplet: 88, 47 and 4A. RGB value is (136,71,74). Sum of RGB (Red+Green+Blue) = 136+71+74=281 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.40% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 136 - color contains mainly: red. Hex color #88474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88474A is #77B8B5. Grayscale: #5A5A5A. Windows color (decimal): -7846070 or 4867976. OLE color: 4867976.

HSL color Cylindrical-coordinate representation of color #88474A: hue angle of 357.23º 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 #88474A is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1367174-
CMYK00.480.460.47
HSL357.23º31.4%40.59%-
HSV(B)357.23º47.79%53.33%-
XYZ13.6410.247.74-
YUV90.78118.53160.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 48.40%
GREEN value IS 71 (28.12% from 255) = 25.27%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=48.40%
G=25.27%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136717400.480.460.47357.2331.440.59
Hex88474A0302E2F1651f29
Octal21010711206056575453751
Binary1000100010001111001010011000010111010111110110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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