#8B4351

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

Shades of Solid Pink #8B4351

Tints of Solid Pink #8B4351

Color information

#8B4351 (or 0x8B4351) is unknown color: approx Solid Pink. HEX triplet: 8B, 43 and 51. RGB value is (139,67,81). Sum of RGB (Red+Green+Blue) = 139+67+81=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 81 (32.03% from 255 or 28.22% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4351 is #74BCAE. Grayscale: #5A5A5A. Windows color (decimal): -7650479 or 5325707. OLE color: 5325707.

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

Color convert

RGB1396781-
CMYK00.520.420.45
HSL348.33º34.95%40.39%-
HSV(B)348.33º51.8%54.51%-
XYZ14.1410.18.99-
YUV90.12122.85162.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 81 (32.03% from 255) = 28.22%
R=48.43%
G=23.34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139678100.520.420.45348.3334.9540.39
Hex8B43510342A2D15c2328
Octal21310312106452555344350
Binary10001011100001110100010110100101010101101101011100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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