#8B5051

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

Shades of Solid Pink #8B5051

Tints of Solid Pink #8B5051

Color information

#8B5051 (or 0x8B5051) is unknown color: approx Solid Pink. HEX triplet: 8B, 50 and 51. RGB value is (139,80,81). Sum of RGB (Red+Green+Blue) = 139+80+81=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5051 is #74AFAE. Grayscale: #616161. Windows color (decimal): -7647151 or 5329035. OLE color: 5329035.

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

Color convert

RGB1398081-
CMYK00.420.420.45
HSL358.98º26.94%42.94%-
HSV(B)358.98º42.45%54.51%-
XYZ1511.829.28-
YUV97.75118.55157.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 81 (32.03% from 255) = 27%
R=46.33%
G=26.67%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139808100.420.420.45358.9826.9442.94
Hex8B505102A2A2D1671b2b
Octal21312012105252555473353
Binary1000101110100001010001010101010101010110110110011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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