#894350

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

Shades of Solid Pink #894350

Tints of Solid Pink #894350

Color information

#894350 (or 0x894350) is unknown color: approx Solid Pink. HEX triplet: 89, 43 and 50. RGB value is (137,67,80). Sum of RGB (Red+Green+Blue) = 137+67+80=284 (37% of max value = 765). Red value is 137 (53.91% from 255 or 48.24% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 137 - color contains mainly: red. Hex color #894350 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #894350 is #76BCAF. Grayscale: #595959. Windows color (decimal): -7781552 or 5260169. OLE color: 5260169.

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

Color convert

RGB1376780-
CMYK00.510.420.46
HSL348.86º34.31%40%-
HSV(B)348.86º51.09%53.73%-
XYZ13.779.918.78-
YUV89.41122.69161.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 48.24%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 80 (31.64% from 255) = 28.17%
R=48.24%
G=23.59%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137678000.510.420.46348.8634.3140
Hex8943500332A2E15d2228
Octal21110312006352565354250
Binary10001001100001110100000110011101010101110101011101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894350; }

 p { color: rgb(137,67,80); }

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

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

 a { background-color: rgb(137,67,80); }

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

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

 span { border-color: rgb(137,67,80); }

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