#89555D

Color #89555D Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #89555D

Tints of Cannon Pink #89555D

Color information

#89555D (or 0x89555D) is unknown color: approx Cannon Pink. HEX triplet: 89, 55 and 5D. RGB value is (137,85,93). Sum of RGB (Red+Green+Blue) = 137+85+93=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89555D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89555D is #76AAA2. Grayscale: #656565. Windows color (decimal): -7776931 or 6116745. OLE color: 6116745.

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

Color convert

RGB1378593-
CMYK00.380.320.46
HSL350.77º23.42%43.53%-
HSV(B)350.77º37.96%53.73%-
XYZ15.5412.6111.97-
YUV101.46123.23153.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=43.49%
G=26.98%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137859300.380.320.46350.7723.4243.53
Hex89555D026202E15f172c
Octal21112513504640565372754
Binary1000100110101011011101010011010000010111010101111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89555D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89555D;
 }
 .AnyTagClassName
 {
   color: #89555D;
 }
</style>
background-color css

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

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

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

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

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

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