#8B3F47

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

Shades of Solid Pink #8B3F47

Tints of Solid Pink #8B3F47

Color information

#8B3F47 (or 0x8B3F47) is unknown color: approx Solid Pink. HEX triplet: 8B, 3F and 47. RGB value is (139,63,71). Sum of RGB (Red+Green+Blue) = 139+63+71=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3F47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3F47 is #74C0B8. Grayscale: #565656. Windows color (decimal): -7651513 or 4669323. OLE color: 4669323.

HSL color Cylindrical-coordinate representation of color #8B3F47: hue angle of 353.68º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8B3F47 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB1396371-
CMYK00.550.490.45
HSL353.68º37.62%39.61%-
HSV(B)353.68º54.68%54.51%-
XYZ13.569.57.08-
YUV86.64119.18165.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 63 (25% from 255) = 23.08%
BLUE value IS 71 (28.12% from 255) = 26.01%
R=50.92%
G=23.08%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139637100.550.490.45353.6837.6239.61
Hex8B3F47037312D1622628
Octal2137710706761555424650
Binary1000101111111110001110110111110001101101101100010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B3F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,63,71); }

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

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

 a { background-color: rgb(139,63,71); }

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

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

 span { border-color: rgb(139,63,71); }

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