#8D4552

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

Shades of Solid Pink #8D4552

Tints of Solid Pink #8D4552

Color information

#8D4552 (or 0x8D4552) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 52. RGB value is (141,69,82). Sum of RGB (Red+Green+Blue) = 141+69+82=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4552 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4552 is #72BAAD. Grayscale: #5C5C5C. Windows color (decimal): -7518894 or 5391757. OLE color: 5391757.

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

Color convert

RGB1416982-
CMYK00.510.420.45
HSL349.17º34.29%41.18%-
HSV(B)349.17º51.06%55.29%-
XYZ14.6410.539.24-
YUV92.01122.35162.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.29%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=48.29%
G=23.63%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141698200.510.420.45349.1734.2941.18
Hex8D45520332A2D15d2229
Octal21510512206352555354251
Binary10001101100010110100100110011101010101101101011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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