#8D4549

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

Shades of Solid Pink #8D4549

Tints of Solid Pink #8D4549

Color information

#8D4549 (or 0x8D4549) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 49. RGB value is (141,69,73). Sum of RGB (Red+Green+Blue) = 141+69+73=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4549 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D4549 is #72BAB6. Grayscale: #5B5B5B. Windows color (decimal): -7518903 or 4801933. OLE color: 4801933.

HSL color Cylindrical-coordinate representation of color #8D4549: hue angle of 356.67º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4549 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB1416973-
CMYK00.510.480.45
HSL356.67º34.29%41.18%-
HSV(B)356.67º51.06%55.29%-
XYZ14.3210.47.56-
YUV90.98117.85163.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.82%
GREEN value IS 69 (27.34% from 255) = 24.38%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=49.82%
G=24.38%
B=25.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141697300.510.480.45356.6734.2941.18
Hex8D4549033302D1652229
Octal21510511106360555454251
Binary10001101100010110010010110011110000101101101100101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,69,73); }

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

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

 a { background-color: rgb(141,69,73); }

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

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

 span { border-color: rgb(141,69,73); }

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