#89546D

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

Shades of Cannon Pink #89546D

Tints of Cannon Pink #89546D

Color information

#89546D (or 0x89546D) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 6D. RGB value is (137,84,109). Sum of RGB (Red+Green+Blue) = 137+84+109=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 109 (42.97% from 255 or 33.03% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #89546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89546D is #76AB92. Grayscale: #666666. Windows color (decimal): -7777171 or 7165065. OLE color: 7165065.

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

Color convert

RGB13784109-
CMYK00.390.200.46
HSL331.7º23.98%43.33%-
HSV(B)331.7º38.69%53.73%-
XYZ16.2512.7616.08-
YUV102.7131.56152.47-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 41.52%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 109 (42.97% from 255) = 33.03%
R=41.52%
G=25.45%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1378410900.390.200.46331.723.9843.33
Hex89546D027142E14c182b
Octal21112415504724565143053
Binary100010011010100110110101001111010010111010100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89546D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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