#89424B

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

Shades of Solid Pink #89424B

Tints of Solid Pink #89424B

Color information

#89424B (or 0x89424B) is unknown color: approx Solid Pink. HEX triplet: 89, 42 and 4B. RGB value is (137,66,75). Sum of RGB (Red+Green+Blue) = 137+66+75=278 (36% of max value = 765). Red value is 137 (53.91% from 255 or 49.28% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 137 - color contains mainly: red. Hex color #89424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89424B is #76BDB4. Grayscale: #585858. Windows color (decimal): -7781813 or 4932233. OLE color: 4932233.

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

Color convert

RGB1376675-
CMYK00.520.450.46
HSL352.39º34.98%39.8%-
HSV(B)352.39º51.82%53.73%-
XYZ13.539.727.82-
YUV88.26120.52162.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 49.28%
GREEN value IS 66 (26.17% from 255) = 23.74%
BLUE value IS 75 (29.69% from 255) = 26.98%
R=49.28%
G=23.74%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137667500.520.450.46352.3934.9839.8
Hex89424B0342D2E1602328
Octal21110211306455565404350
Binary10001001100001010010110110100101101101110101100000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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