#8D474A

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

Shades of Solid Pink #8D474A

Tints of Solid Pink #8D474A

Color information

#8D474A (or 0x8D474A) is unknown color: approx Solid Pink. HEX triplet: 8D, 47 and 4A. RGB value is (141,71,74). Sum of RGB (Red+Green+Blue) = 141+71+74=286 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.30% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 141 - color contains mainly: red. Hex color #8D474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D474A is #72B8B5. Grayscale: #5C5C5C. Windows color (decimal): -7518390 or 4867981. OLE color: 4867981.

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

Color convert

RGB1417174-
CMYK00.500.480.45
HSL357.43º33.02%41.57%-
HSV(B)357.43º49.65%55.29%-
XYZ14.4710.667.77-
YUV92.27117.69162.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.30%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=49.30%
G=24.83%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141717400.500.480.45357.4333.0241.57
Hex8D474A032302D165212a
Octal21510711206260555454152
Binary10001101100011110010100110010110000101101101100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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