Html Css Color HEX #88494D Solid Pink

📋 copy color: '#88494D'

red 136 ◦ green 73 ◦ blue 77

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

Shades of Solid Pink #88494D

Tints of Solid Pink #88494D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.52%

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

R = 47.55%
G = 25.52%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88494D (or 0x88494D) is known color: Solid Pink. HEX triplet: 88, 49 and 4D. RGB value is (136,73,77). Sum of RGB (Red+Green+Blue) = 136+73+77=286 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.55% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 136 - color contains mainly: red. Hex color #88494D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88494D is #77B6B2. Grayscale: #5C5C5C. Windows color (decimal): -7845555 or 5065096. OLE color: 5065096.

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

Color convert

RGB 136 73 77 -
CMYK 0 0.46 0.43 0.47
HSL 356.19º 0.3% 0.41% -
HSV(B) 356.19º 0.46% 0.53% -
XYZ 13.88 10.54 8.32 -
YUV 92.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 136 73 77 0 0.46 0.43 0.47 356.19 0.3 0.41
Hex 88 49 4D 0 2E 2B 2F 164 1E 29
Octal 210 111 115 0 56 53 57 544 36 51
Binary 10001000 1001001 1001101 0 101110 101011 101111 101100100 11110 101001

Color Harmonies of #88494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88494D

Black with #88494D

Text Example


Text Example

White with #88494D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88494D;
 }
 .AnyTagClassName
 {
   color: #88494D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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