Html Css Color HEX #89536A Cannon Pink

📋 copy color: '#89536A'

red 137 ◦ green 83 ◦ blue 106

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

Shades of Cannon Pink #89536A

Tints of Cannon Pink #89536A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 42.02%
G = 25.46%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89536A (or 0x89536A) is known color: Cannon Pink. HEX triplet: 89, 53 and 6A. RGB value is (137,83,106). Sum of RGB (Red+Green+Blue) = 137+83+106=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89536A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89536A is #76AC95. Grayscale: #656565. Windows color (decimal): -7777430 or 6968201. OLE color: 6968201.

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

Color convert

RGB 137 83 106 -
CMYK 0 0.39 0.23 0.46
HSL 334.44º 0.25% 0.43% -
HSV(B) 334.44º 0.39% 0.54% -
XYZ 16.01 12.55 15.21 -
YUV 101.77 130.39 153.13 -
System Red Green Blue C M Y K H S L
Decimal 137 83 106 0 0.39 0.23 0.46 334.44 0.25 0.43
Hex 89 53 6A 0 27 17 2E 14E 19 2B
Octal 211 123 152 0 47 27 56 516 31 53
Binary 10001001 1010011 1101010 0 100111 10111 101110 101001110 11001 101011

Color Harmonies of #89536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89536A

Black with #89536A

Text Example


Text Example

White with #89536A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,83,106); }

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

background-color css

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

 a { background-color: rgb(137,83,106); }

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

border-color css

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

 span { border-color: rgb(137,83,106); }

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