#894F5D

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

Shades of Cannon Pink #894F5D

Tints of Cannon Pink #894F5D

Color information

#894F5D (or 0x894F5D) is unknown color: approx Cannon Pink. HEX triplet: 89, 4F and 5D. RGB value is (137,79,93). Sum of RGB (Red+Green+Blue) = 137+79+93=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #894F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #894F5D is #76B0A2. Grayscale: #616161. Windows color (decimal): -7778467 or 6115209. OLE color: 6115209.

HSL color Cylindrical-coordinate representation of color #894F5D: hue angle of 345.52º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #894F5D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1377993-
CMYK00.420.320.46
HSL345.52º26.85%42.35%-
HSV(B)345.52º42.34%53.73%-
XYZ15.0911.711.82-
YUV97.94125.22155.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=44.34%
G=25.57%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137799300.420.320.46345.5226.8542.35
Hex894F5D02A202E15a1b2a
Octal21111713505240565323352
Binary1000100110011111011101010101010000010111010101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894F5D; }

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

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

<style>
 a { background-color: #894F5D; }

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

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

<style>
 span { border-color: #894F5D; }

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

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