#8D464E

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

Shades of Solid Pink #8D464E

Tints of Solid Pink #8D464E

Color information

#8D464E (or 0x8D464E) is unknown color: approx Solid Pink. HEX triplet: 8D, 46 and 4E. RGB value is (141,70,78). Sum of RGB (Red+Green+Blue) = 141+70+78=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D464E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D464E is #72B9B1. Grayscale: #5C5C5C. Windows color (decimal): -7518642 or 5129869. OLE color: 5129869.

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

Color convert

RGB1417078-
CMYK00.500.450.45
HSL353.24º33.65%41.37%-
HSV(B)353.24º50.35%55.29%-
XYZ14.5510.598.49-
YUV92.14120.02162.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 78 (30.86% from 255) = 26.99%
R=48.79%
G=24.22%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141707800.500.450.45353.2433.6541.37
Hex8D464E0322D2D1612229
Octal21510611606255555414251
Binary10001101100011010011100110010101101101101101100001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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