#8D454B

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

Shades of Solid Pink #8D454B

Tints of Solid Pink #8D454B

Color information

#8D454B (or 0x8D454B) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 4B. RGB value is (141,69,75). Sum of RGB (Red+Green+Blue) = 141+69+75=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D454B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D454B is #72BAB4. Grayscale: #5B5B5B. Windows color (decimal): -7518901 or 4933005. OLE color: 4933005.

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

Color convert

RGB1416975-
CMYK00.510.470.45
HSL355º34.29%41.18%-
HSV(B)355º51.06%55.29%-
XYZ14.3810.437.91-
YUV91.21118.85163.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.47%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 75 (29.69% from 255) = 26.32%
R=49.47%
G=24.21%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141697500.510.470.4535534.2941.18
Hex8D454B0332F2D1632229
Octal21510511306357555434251
Binary10001101100010110010110110011101111101101101100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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