#894B5F

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

Shades of Cannon Pink #894B5F

Tints of Cannon Pink #894B5F

Color information

#894B5F (or 0x894B5F) is unknown color: approx Cannon Pink. HEX triplet: 89, 4B and 5F. RGB value is (137,75,95). Sum of RGB (Red+Green+Blue) = 137+75+95=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 75 (29.69% from 255 or 24.43% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #894B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894B5F is #76B4A0. Grayscale: #5F5F5F. Windows color (decimal): -7779489 or 6245257. OLE color: 6245257.

HSL color Cylindrical-coordinate representation of color #894B5F: hue angle of 340.65º 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 #894B5F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1377595-
CMYK00.450.310.46
HSL340.65º29.25%41.57%-
HSV(B)340.65º45.26%53.73%-
XYZ14.911.1812.2-
YUV95.82127.54157.37-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.63%
GREEN value IS 75 (29.69% from 255) = 24.43%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=44.63%
G=24.43%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137759500.450.310.46340.6529.2541.57
Hex894B5F02D1F2E1551d2a
Octal21111313705537565253552
Binary100010011001011101111101011011111110111010101010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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