Html Css Color HEX #88474D Solid Pink

📋 copy color: '#88474D'

red 136 ◦ green 71 ◦ blue 77

#88474D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Solid Pink #88474D

Tints of Solid Pink #88474D

RGB

 RED value IS 136 (53.52% from 255) = 47.89%

 GREEN value IS 71 (28.13% from 255) = 25%

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 47.89%
G = 25%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88474D (or 0x88474D) is known color: 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

RGB 136 71 77 -
CMYK 0 0.48 0.43 0.47
HSL 354.46º 0.31% 0.41% -
HSV(B) 354.46º 0.48% 0.53% -
XYZ 13.75 10.28 8.28 -
YUV 91.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 136 71 77 0 0.48 0.43 0.47 354.46 0.31 0.41
Hex 88 47 4D 0 30 2B 2F 162 1F 29
Octal 210 107 115 0 60 53 57 542 37 51
Binary 10001000 1000111 1001101 0 110000 101011 101111 101100010 11111 101001

Color Harmonies of #88474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88474D

Black with #88474D

Text Example


Text Example

White with #88474D

Text Example


Text Example

HTML Codes & Css Web 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>