Html Css Color HEX #89525A Cannon Pink

📋 copy color: '#89525A'

red 137 ◦ green 82 ◦ blue 90

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

Shades of Cannon Pink #89525A

Tints of Cannon Pink #89525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.54%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 44.34%
G = 26.54%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89525A (or 0x89525A) is known color: Cannon Pink. HEX triplet: 89, 52 and 5A. RGB value is (137,82,90). Sum of RGB (Red+Green+Blue) = 137+82+90=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #89525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525A is #76ADA5. Grayscale: #636363. Windows color (decimal): -7777702 or 5919369. OLE color: 5919369.

HSL color Cylindrical-coordinate representation of color #89525A: hue angle of 351.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89525A is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 90 -
CMYK 0 0.40 0.34 0.46
HSL 351.27º 0.25% 0.43% -
HSV(B) 351.27º 0.4% 0.54% -
XYZ 15.18 12.09 11.21 -
YUV 99.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 137 82 90 0 0.40 0.34 0.46 351.27 0.25 0.43
Hex 89 52 5A 0 28 22 2E 15F 19 2B
Octal 211 122 132 0 50 42 56 537 31 53
Binary 10001001 1010010 1011010 0 101000 100010 101110 101011111 11001 101011

Color Harmonies of #89525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89525A

Black with #89525A

Text Example


Text Example

White with #89525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,82,90); }

 H1.HeaderClassName
 {
   color: #89525A;
 }
 .AnyTagClassName
 {
   color: #89525A;
 }
</style>

background-color css

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

 a { background-color: rgb(137,82,90); }

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

border-color css

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

 span { border-color: rgb(137,82,90); }

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