#8A494B

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

Shades of Solid Pink #8A494B

Tints of Solid Pink #8A494B

Color information

#8A494B (or 0x8A494B) is unknown color: approx Solid Pink. HEX triplet: 8A, 49 and 4B. RGB value is (138,73,75). Sum of RGB (Red+Green+Blue) = 138+73+75=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 75 (29.69% from 255 or 26.22% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A494B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A494B is #75B6B4. Grayscale: #5C5C5C. Windows color (decimal): -7714485 or 4934026. OLE color: 4934026.

HSL color Cylindrical-coordinate representation of color #8A494B: hue angle of 358.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8A494B is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB1387375-
CMYK00.470.460.46
HSL358.15º30.81%41.37%-
HSV(B)358.15º47.1%54.12%-
XYZ14.1310.687.97-
YUV92.66118.03160.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.25%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 75 (29.69% from 255) = 26.22%
R=48.25%
G=25.52%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138737500.470.460.46358.1530.8141.37
Hex8A494B02F2E2E1661f29
Octal21211111305756565463751
Binary1000101010010011001011010111110111010111010110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A494B; }

 p { color: rgb(138,73,75); }

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

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

 a { background-color: rgb(138,73,75); }

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

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

 span { border-color: rgb(138,73,75); }

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