#8B454E

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

Shades of Solid Pink #8B454E

Tints of Solid Pink #8B454E

Color information

#8B454E (or 0x8B454E) is unknown color: approx Solid Pink. HEX triplet: 8B, 45 and 4E. RGB value is (139,69,78). Sum of RGB (Red+Green+Blue) = 139+69+78=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B454E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B454E is #74BAB1. Grayscale: #5A5A5A. Windows color (decimal): -7649970 or 5129611. OLE color: 5129611.

HSL color Cylindrical-coordinate representation of color #8B454E: hue angle of 352.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 #8B454E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.45.

Color convert

RGB1396978-
CMYK00.500.440.45
HSL352.29º33.65%40.78%-
HSV(B)352.29º50.36%54.51%-
XYZ14.1510.38.45-
YUV90.96120.69162.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.60%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 78 (30.86% from 255) = 27.27%
R=48.60%
G=24.13%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139697800.500.440.45352.2933.6540.78
Hex8B454E0322C2D1602229
Octal21310511606254555404251
Binary10001011100010110011100110010101100101101101100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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