#8B4F55

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

Shades of Solid Pink #8B4F55

Tints of Solid Pink #8B4F55

Color information

#8B4F55 (or 0x8B4F55) is unknown color: approx Solid Pink. HEX triplet: 8B, 4F and 55. RGB value is (139,79,85). Sum of RGB (Red+Green+Blue) = 139+79+85=303 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.87% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F55 is #74B0AA. Grayscale: #616161. Windows color (decimal): -7647403 or 5590923. OLE color: 5590923.

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

Color convert

RGB1397985-
CMYK00.430.390.45
HSL354º27.52%42.75%-
HSV(B)354º43.17%54.51%-
XYZ15.0811.7410.06-
YUV97.62120.88157.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.87%
GREEN value IS 79 (31.25% from 255) = 26.07%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=45.87%
G=26.07%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139798500.430.390.4535427.5242.75
Hex8B4F5502B272D1621c2b
Octal21311712505347555423453
Binary1000101110011111010101010101110011110110110110001011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,79,85); }

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

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

 a { background-color: rgb(139,79,85); }

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

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

 span { border-color: rgb(139,79,85); }

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