#8D474B

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

Shades of Solid Pink #8D474B

Tints of Solid Pink #8D474B

Color information

#8D474B (or 0x8D474B) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 4B. RGB value is (141,71,75). Sum of RGB (Red+Green+Blue) = 141+71+75=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D474B is #72B8B4. Grayscale: #5C5C5C. Windows color (decimal): -7518389 or 4933517. OLE color: 4933517.

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

Color convert

RGB1417175-
CMYK00.500.470.45
HSL356.57º33.02%41.57%-
HSV(B)356.57º49.65%55.29%-
XYZ14.5110.687.95-
YUV92.39118.19162.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 71 (28.12% from 255) = 24.74%
BLUE value IS 75 (29.69% from 255) = 26.13%
R=49.13%
G=24.74%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717500.500.470.45356.5733.0241.57
Hex8D474B0322F2D165212a
Octal21510711306257555454152
Binary10001101100011110010110110010101111101101101100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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