#8D4551

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

Shades of Solid Pink #8D4551

Tints of Solid Pink #8D4551

Color information

#8D4551 (or 0x8D4551) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 51. RGB value is (141,69,81). Sum of RGB (Red+Green+Blue) = 141+69+81=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4551 is #72BAAE. Grayscale: #5B5B5B. Windows color (decimal): -7518895 or 5326221. OLE color: 5326221.

HSL color Cylindrical-coordinate representation of color #8D4551: hue angle of 350º 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 #8D4551 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB1416981-
CMYK00.510.430.45
HSL350º34.29%41.18%-
HSV(B)350º51.06%55.29%-
XYZ14.610.519.04-
YUV91.9121.85163.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 81 (32.03% from 255) = 27.84%
R=48.45%
G=23.71%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141698100.510.430.4535034.2941.18
Hex8D45510332B2D15e2229
Octal21510512106353555364251
Binary10001101100010110100010110011101011101101101011110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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