#8F4C4D

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

Shades of Solid Pink #8F4C4D

Tints of Solid Pink #8F4C4D

Color information

#8F4C4D (or 0x8F4C4D) is unknown color: approx Solid Pink. HEX triplet: 8F, 4C and 4D. RGB value is (143,76,77). Sum of RGB (Red+Green+Blue) = 143+76+77=296 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.31% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4C4D is #70B3B2. Grayscale: #606060. Windows color (decimal): -7386035 or 5065871. OLE color: 5065871.

HSL color Cylindrical-coordinate representation of color #8F4C4D: hue angle of 359.1º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8F4C4D is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.44.

Color convert

RGB1437677-
CMYK00.470.460.44
HSL359.1º30.59%42.94%-
HSV(B)359.1º46.85%56.08%-
XYZ15.2511.548.45-
YUV96.15117.2161.42-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.31%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 77 (30.47% from 255) = 26.01%
R=48.31%
G=25.68%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143767700.470.460.44359.130.5942.94
Hex8F4C4D02F2E2C1671f2b
Octal21711411505756545473753
Binary1000111110011001001101010111110111010110010110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F4C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,76,77); }

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

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

 a { background-color: rgb(143,76,77); }

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

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

 span { border-color: rgb(143,76,77); }

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