Html Css Color HEX #89585B Solid Pink

📋 copy color: '#89585B'

red 137 ◦ green 88 ◦ blue 91

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

Shades of Solid Pink #89585B

Tints of Solid Pink #89585B

RGB

 RED value IS 137 (53.91% from 255) = 43.35%

 GREEN value IS 88 (34.77% from 255) = 27.85%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 43.35%
G = 27.85%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89585B (or 0x89585B) is known color: Solid Pink. HEX triplet: 89, 58 and 5B. RGB value is (137,88,91). Sum of RGB (Red+Green+Blue) = 137+88+91=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89585B is #76A7A4. Grayscale: #676767. Windows color (decimal): -7776165 or 5986441. OLE color: 5986441.

HSL color Cylindrical-coordinate representation of color #89585B: hue angle of 356.33º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89585B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 91 -
CMYK 0 0.36 0.34 0.46
HSL 356.33º 0.22% 0.44% -
HSV(B) 356.33º 0.36% 0.54% -
XYZ 15.69 13.05 11.59 -
YUV 102.99 121.23 152.26 -
System Red Green Blue C M Y K H S L
Decimal 137 88 91 0 0.36 0.34 0.46 356.33 0.22 0.44
Hex 89 58 5B 0 24 22 2E 164 16 2C
Octal 211 130 133 0 44 42 56 544 26 54
Binary 10001001 1011000 1011011 0 100100 100010 101110 101100100 10110 101100

Color Harmonies of #89585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89585B

Black with #89585B

Text Example


Text Example

White with #89585B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,88,91); }

 H1.HeaderClassName
 {
   color: #89585B;
 }
 .AnyTagClassName
 {
   color: #89585B;
 }
</style>

background-color css

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

 a { background-color: rgb(137,88,91); }

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

border-color css

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

 span { border-color: rgb(137,88,91); }

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