#894B59

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

Shades of Cannon Pink #894B59

Tints of Cannon Pink #894B59

Color information

#894B59 (or 0x894B59) is unknown color: approx Cannon Pink. HEX triplet: 89, 4B and 59. RGB value is (137,75,89). Sum of RGB (Red+Green+Blue) = 137+75+89=301 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.51% from 301); Green value is 75 (29.69% from 255 or 24.92% from 301); Blue value is 89 (35.16% from 255 or 29.57% from 301); Max value from RGB is 137 - color contains mainly: red. Hex color #894B59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B59 is #76B4A6. Grayscale: #5F5F5F. Windows color (decimal): -7779495 or 5852041. OLE color: 5852041.

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

Color convert

RGB1377589-
CMYK00.450.350.46
HSL346.45º29.25%41.57%-
HSV(B)346.45º45.26%53.73%-
XYZ14.6411.0710.82-
YUV95.13124.54157.86-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 45.51%
GREEN value IS 75 (29.69% from 255) = 24.92%
BLUE value IS 89 (35.16% from 255) = 29.57%
R=45.51%
G=24.92%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137758900.450.350.46346.4529.2541.57
Hex894B5902D232E15a1d2a
Octal21111313105543565323552
Binary1000100110010111011001010110110001110111010101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,75,89); }

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

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

 a { background-color: rgb(137,75,89); }

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

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

 span { border-color: rgb(137,75,89); }

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