Html Css Color HEX #89535D Cannon Pink

📋 copy color: '#89535D'

red 137 ◦ green 83 ◦ blue 93

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

Shades of Cannon Pink #89535D

Tints of Cannon Pink #89535D

RGB

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

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

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

R = 43.77%
G = 26.52%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#89535D (or 0x89535D) is known color: Cannon Pink. HEX triplet: 89, 53 and 5D. RGB value is (137,83,93). Sum of RGB (Red+Green+Blue) = 137+83+93=313 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.77% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 137 - color contains mainly: red. Hex color #89535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89535D is #76ACA2. Grayscale: #646464. Windows color (decimal): -7777443 or 6116233. OLE color: 6116233.

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

Color convert

RGB 137 83 93 -
CMYK 0 0.39 0.32 0.46
HSL 348.89º 0.25% 0.43% -
HSV(B) 348.89º 0.39% 0.54% -
XYZ 15.39 12.3 11.92 -
YUV 100.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 137 83 93 0 0.39 0.32 0.46 348.89 0.25 0.43
Hex 89 53 5D 0 27 20 2E 15D 19 2B
Octal 211 123 135 0 47 40 56 535 31 53
Binary 10001001 1010011 1011101 0 100111 100000 101110 101011101 11001 101011

Color Harmonies of #89535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89535D

Black with #89535D

Text Example


Text Example

White with #89535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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