#8A4149

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

Shades of Solid Pink #8A4149

Tints of Solid Pink #8A4149

Color information

#8A4149 (or 0x8A4149) is unknown color: approx Solid Pink. HEX triplet: 8A, 41 and 49. RGB value is (138,65,73). Sum of RGB (Red+Green+Blue) = 138+65+73=276 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4149 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A4149 is #75BEB6. Grayscale: #575757. Windows color (decimal): -7716535 or 4800906. OLE color: 4800906.

HSL color Cylindrical-coordinate representation of color #8A4149: hue angle of 353.42º 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 #8A4149 is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB1386573-
CMYK00.530.470.46
HSL353.42º35.96%39.8%-
HSV(B)353.42º52.9%54.12%-
XYZ13.579.667.45-
YUV87.74119.68163.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 23.55%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=50%
G=23.55%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138657300.530.470.46353.4235.9639.8
Hex8A41490352F2E1612428
Octal21210111106557565414450
Binary10001010100000110010010110101101111101110101100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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