#8A414C

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

Shades of Solid Pink #8A414C

Tints of Solid Pink #8A414C

Color information

#8A414C (or 0x8A414C) is unknown color: approx Solid Pink. HEX triplet: 8A, 41 and 4C. RGB value is (138,65,76). Sum of RGB (Red+Green+Blue) = 138+65+76=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A414C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A414C is #75BEB3. Grayscale: #585858. Windows color (decimal): -7716532 or 4997514. OLE color: 4997514.

HSL color Cylindrical-coordinate representation of color #8A414C: hue angle of 350.96º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A414C is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB1386576-
CMYK00.530.450.46
HSL350.96º35.96%39.8%-
HSV(B)350.96º52.9%54.12%-
XYZ13.689.717.99-
YUV88.08121.18163.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.46%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 76 (30.08% from 255) = 27.24%
R=49.46%
G=23.30%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138657600.530.450.46350.9635.9639.8
Hex8A414C0352D2E15f2428
Octal21210111406555565374450
Binary10001010100000110011000110101101101101110101011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,65,76); }

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

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

 a { background-color: rgb(138,65,76); }

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

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

 span { border-color: rgb(138,65,76); }

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