#894247

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

Shades of Solid Pink #894247

Tints of Solid Pink #894247

Color information

#894247 (or 0x894247) is unknown color: approx Solid Pink. HEX triplet: 89, 42 and 47. RGB value is (137,66,71). Sum of RGB (Red+Green+Blue) = 137+66+71=274 (36% of max value = 765). Red value is 137 (53.91% from 255 or 50% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 137 - color contains mainly: red. Hex color #894247 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894247 is #76BDB8. Grayscale: #575757. Windows color (decimal): -7781817 or 4670089. OLE color: 4670089.

HSL color Cylindrical-coordinate representation of color #894247: hue angle of 355.77º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #894247 is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.46.

Color convert

RGB1376671-
CMYK00.520.480.46
HSL355.77º34.98%39.8%-
HSV(B)355.77º51.82%53.73%-
XYZ13.49.677.12-
YUV87.8118.52163.09-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 24.09%
BLUE value IS 71 (28.12% from 255) = 25.91%
R=50%
G=24.09%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137667100.520.480.46355.7734.9839.8
Hex894247034302E1642328
Octal21110210706460565444350
Binary10001001100001010001110110100110000101110101100100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894247; }

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

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

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

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

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

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

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

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