#894447

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

Shades of Solid Pink #894447

Tints of Solid Pink #894447

Color information

#894447 (or 0x894447) is unknown color: approx Solid Pink. HEX triplet: 89, 44 and 47. RGB value is (137,68,71). Sum of RGB (Red+Green+Blue) = 137+68+71=276 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.64% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 137 - color contains mainly: red. Hex color #894447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894447 is #76BBB8. Grayscale: #595959. Windows color (decimal): -7781305 or 4670601. OLE color: 4670601.

HSL color Cylindrical-coordinate representation of color #894447: hue angle of 357.39º degrees, saturation: 0.34, 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 #894447 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1376871-
CMYK00.500.480.46
HSL357.39º33.66%40.2%-
HSV(B)357.39º50.36%53.73%-
XYZ13.529.917.16-
YUV88.97117.86162.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.64%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=49.64%
G=24.64%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137687100.500.480.46357.3933.6640.2
Hex894447032302E1652228
Octal21110410706260565454250
Binary10001001100010010001110110010110000101110101100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894447; }

 p { color: rgb(137,68,71); }

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

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

 a { background-color: rgb(137,68,71); }

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

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

 span { border-color: rgb(137,68,71); }

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