Html Css Color HEX #89525F Cannon Pink

📋 copy color: '#89525F'

red 137 ◦ green 82 ◦ blue 95

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

Shades of Cannon Pink #89525F

Tints of Cannon Pink #89525F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.25%

R = 43.63%
G = 26.11%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89525F (or 0x89525F) is known color: Cannon Pink. HEX triplet: 89, 52 and 5F. RGB value is (137,82,95). Sum of RGB (Red+Green+Blue) = 137+82+95=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #89525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89525F is #76ADA0. Grayscale: #636363. Windows color (decimal): -7777697 or 6247049. OLE color: 6247049.

HSL color Cylindrical-coordinate representation of color #89525F: hue angle of 345.82º 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 #89525F is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 95 -
CMYK 0 0.40 0.31 0.46
HSL 345.82º 0.25% 0.43% -
HSV(B) 345.82º 0.4% 0.54% -
XYZ 15.4 12.18 12.37 -
YUV 99.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 137 82 95 0 0.40 0.31 0.46 345.82 0.25 0.43
Hex 89 52 5F 0 28 1F 2E 15A 19 2B
Octal 211 122 137 0 50 37 56 532 31 53
Binary 10001001 1010010 1011111 0 101000 11111 101110 101011010 11001 101011

Color Harmonies of #89525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89525F

Black with #89525F

Text Example


Text Example

White with #89525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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