#8B4E51

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

Shades of Solid Pink #8B4E51

Tints of Solid Pink #8B4E51

Color information

#8B4E51 (or 0x8B4E51) is unknown color: approx Solid Pink. HEX triplet: 8B, 4E and 51. RGB value is (139,78,81). Sum of RGB (Red+Green+Blue) = 139+78+81=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E51 is #74B1AE. Grayscale: #606060. Windows color (decimal): -7647663 or 5328523. OLE color: 5328523.

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

Color convert

RGB1397881-
CMYK00.440.420.45
HSL357.05º28.11%42.55%-
HSV(B)357.05º43.88%54.51%-
XYZ14.8611.539.23-
YUV96.58119.21158.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=46.64%
G=26.17%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139788100.440.420.45357.0528.1142.55
Hex8B4E5102C2A2D1651c2b
Octal21311612105452555453453
Binary1000101110011101010001010110010101010110110110010111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,78,81); }

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

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

 a { background-color: rgb(139,78,81); }

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

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

 span { border-color: rgb(139,78,81); }

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