#894563

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

Shades of Cannon Pink #894563

Tints of Cannon Pink #894563

Color information

#894563 (or 0x894563) is unknown color: approx Cannon Pink. HEX triplet: 89, 45 and 63. RGB value is (137,69,99). Sum of RGB (Red+Green+Blue) = 137+69+99=305 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.92% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 137 - color contains mainly: red. Hex color #894563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894563 is #76BA9C. Grayscale: #5C5C5C. Windows color (decimal): -7781021 or 6505865. OLE color: 6505865.

HSL color Cylindrical-coordinate representation of color #894563: hue angle of 333.53º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #894563 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1376999-
CMYK00.500.280.46
HSL333.53º33.01%40.39%-
HSV(B)333.53º49.64%53.73%-
XYZ14.710.4813.05-
YUV92.75131.53159.56-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.92%
GREEN value IS 69 (27.34% from 255) = 22.62%
BLUE value IS 99 (39.06% from 255) = 32.46%
R=44.92%
G=22.62%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137699900.500.280.46333.5333.0140.39
Hex8945630321C2E14e2128
Octal21110514306234565164150
Binary1000100110001011100011011001011100101110101001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894563; }

 p { color: rgb(137,69,99); }

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

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

 a { background-color: rgb(137,69,99); }

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

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

 span { border-color: rgb(137,69,99); }

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