#89464F

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

Shades of Solid Pink #89464F

Tints of Solid Pink #89464F

Color information

#89464F (or 0x89464F) is unknown color: approx Solid Pink. HEX triplet: 89, 46 and 4F. RGB value is (137,70,79). Sum of RGB (Red+Green+Blue) = 137+70+79=286 (37% of max value = 765). Red value is 137 (53.91% from 255 or 47.90% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 137 - color contains mainly: red. Hex color #89464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89464F is #76B9B0. Grayscale: #5B5B5B. Windows color (decimal): -7780785 or 5195401. OLE color: 5195401.

HSL color Cylindrical-coordinate representation of color #89464F: hue angle of 351.94º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89464F is Cyan = 0, Magento = 0.49, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB1377079-
CMYK00.490.420.46
HSL351.94º32.37%40.59%-
HSV(B)351.94º48.91%53.73%-
XYZ13.9210.268.64-
YUV91.06121.2160.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.90%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 79 (31.25% from 255) = 27.62%
R=47.90%
G=24.48%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137707900.490.420.46351.9432.3740.59
Hex89464F0312A2E1602029
Octal21110611706152565404051
Binary10001001100011010011110110001101010101110101100000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89464F; }

 p { color: rgb(137,70,79); }

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

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

 a { background-color: rgb(137,70,79); }

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

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

 span { border-color: rgb(137,70,79); }

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