#8B4547

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

Shades of Solid Pink #8B4547

Tints of Solid Pink #8B4547

Color information

#8B4547 (or 0x8B4547) is unknown color: approx Solid Pink. HEX triplet: 8B, 45 and 47. RGB value is (139,69,71). Sum of RGB (Red+Green+Blue) = 139+69+71=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4547 is #74BAB8. Grayscale: #5A5A5A. Windows color (decimal): -7649977 or 4670859. OLE color: 4670859.

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

Color convert

RGB1396971-
CMYK00.500.490.45
HSL358.29º33.65%40.78%-
HSV(B)358.29º50.36%54.51%-
XYZ13.9110.27.2-
YUV90.16117.19162.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=49.82%
G=24.73%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139697100.500.490.45358.2933.6540.78
Hex8B4547032312D1662229
Octal21310510706261555464251
Binary10001011100010110001110110010110001101101101100110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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