Html Css Color HEX #89495D Cannon Pink

📋 copy color: '#89495D'

red 137 ◦ green 73 ◦ blue 93

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

Shades of Cannon Pink #89495D

Tints of Cannon Pink #89495D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 45.21%
G = 24.09%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89495D (or 0x89495D) is known color: Cannon Pink. HEX triplet: 89, 49 and 5D. RGB value is (137,73,93). Sum of RGB (Red+Green+Blue) = 137+73+93=303 (40% of max value = 765). Red value is 137 (53.91% from 255 or 45.21% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 137 - color contains mainly: red. Hex color #89495D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89495D is #76B6A2. Grayscale: #5E5E5E. Windows color (decimal): -7780003 or 6113673. OLE color: 6113673.

HSL color Cylindrical-coordinate representation of color #89495D: hue angle of 341.25º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #89495D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 73 93 -
CMYK 0 0.47 0.32 0.46
HSL 341.25º 0.3% 0.41% -
HSV(B) 341.25º 0.47% 0.54% -
XYZ 14.67 10.87 11.68 -
YUV 94.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 137 73 93 0 0.47 0.32 0.46 341.25 0.3 0.41
Hex 89 49 5D 0 2F 20 2E 155 1E 29
Octal 211 111 135 0 57 40 56 525 36 51
Binary 10001001 1001001 1011101 0 101111 100000 101110 101010101 11110 101001

Color Harmonies of #89495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89495D

Black with #89495D

Text Example


Text Example

White with #89495D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,73,93); }

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

background-color css

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

 a { background-color: rgb(137,73,93); }

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

border-color css

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

 span { border-color: rgb(137,73,93); }

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