Html Css Color HEX #89536D Cannon Pink

📋 copy color: '#89536D'

red 137 ◦ green 83 ◦ blue 109

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

Shades of Cannon Pink #89536D

Tints of Cannon Pink #89536D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 41.64%
G = 25.23%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89536D (or 0x89536D) is known color: Cannon Pink. HEX triplet: 89, 53 and 6D. RGB value is (137,83,109). Sum of RGB (Red+Green+Blue) = 137+83+109=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 83 (32.81% from 255 or 25.23% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #89536D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89536D is #76AC92. Grayscale: #666666. Windows color (decimal): -7777427 or 7164809. OLE color: 7164809.

HSL color Cylindrical-coordinate representation of color #89536D: hue angle of 331.11º 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 #89536D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 83 109 -
CMYK 0 0.39 0.20 0.46
HSL 331.11º 0.25% 0.43% -
HSV(B) 331.11º 0.39% 0.54% -
XYZ 16.17 12.61 16.05 -
YUV 102.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 137 83 109 0 0.39 0.20 0.46 331.11 0.25 0.43
Hex 89 53 6D 0 27 14 2E 14B 19 2B
Octal 211 123 155 0 47 24 56 513 31 53
Binary 10001001 1010011 1101101 0 100111 10100 101110 101001011 11001 101011

Color Harmonies of #89536D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89536D

Black with #89536D

Text Example


Text Example

White with #89536D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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