#8D454E

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

Shades of Solid Pink #8D454E

Tints of Solid Pink #8D454E

Color information

#8D454E (or 0x8D454E) is unknown color: approx Solid Pink. HEX triplet: 8D, 45 and 4E. RGB value is (141,69,78). Sum of RGB (Red+Green+Blue) = 141+69+78=288 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.96% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 141 - color contains mainly: red. Hex color #8D454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D454E is #72BAB1. Grayscale: #5B5B5B. Windows color (decimal): -7518898 or 5129613. OLE color: 5129613.

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

Color convert

RGB1416978-
CMYK00.510.450.45
HSL352.5º34.29%41.18%-
HSV(B)352.5º51.06%55.29%-
XYZ14.4910.478.46-
YUV91.55120.35163.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.96%
GREEN value IS 69 (27.34% from 255) = 23.96%
BLUE value IS 78 (30.86% from 255) = 27.08%
R=48.96%
G=23.96%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141697800.510.450.45352.534.2941.18
Hex8D454E0332D2D1602229
Octal21510511606355555404251
Binary10001101100010110011100110011101101101101101100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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