#89434B

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

Shades of Solid Pink #89434B

Tints of Solid Pink #89434B

Color information

#89434B (or 0x89434B) is unknown color: approx Solid Pink. HEX triplet: 89, 43 and 4B. RGB value is (137,67,75). Sum of RGB (Red+Green+Blue) = 137+67+75=279 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.10% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 75 (29.69% from 255 or 26.88% from 279); Max value from RGB is 137 - color contains mainly: red. Hex color #89434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89434B is #76BCB4. Grayscale: #585858. Windows color (decimal): -7781557 or 4932489. OLE color: 4932489.

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

Color convert

RGB1376775-
CMYK00.510.450.46
HSL353.14º34.31%40%-
HSV(B)353.14º51.09%53.73%-
XYZ13.599.847.84-
YUV88.84120.19162.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.10%
GREEN value IS 67 (26.56% from 255) = 24.01%
BLUE value IS 75 (29.69% from 255) = 26.88%
R=49.10%
G=24.01%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137677500.510.450.46353.1434.3140
Hex89434B0332D2E1612228
Octal21110311306355565414250
Binary10001001100001110010110110011101101101110101100001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89434B; }

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

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

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

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

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

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

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

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