#8D474F

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

Shades of Solid Pink #8D474F

Tints of Solid Pink #8D474F

Color information

#8D474F (or 0x8D474F) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 4F. RGB value is (141,71,79). Sum of RGB (Red+Green+Blue) = 141+71+79=291 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.45% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 79 (31.25% from 255 or 27.15% from 291); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D474F is #72B8B0. Grayscale: #5C5C5C. Windows color (decimal): -7518385 or 5195661. OLE color: 5195661.

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

Color convert

RGB1417179-
CMYK00.500.440.45
HSL353.14º33.02%41.57%-
HSV(B)353.14º49.65%55.29%-
XYZ14.6510.738.7-
YUV92.84120.19162.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.45%
GREEN value IS 71 (28.12% from 255) = 24.40%
BLUE value IS 79 (31.25% from 255) = 27.15%
R=48.45%
G=24.40%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717900.500.440.45353.1433.0241.57
Hex8D474F0322C2D161212a
Octal21510711706254555414152
Binary10001101100011110011110110010101100101101101100001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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