#8B4546

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

Shades of Solid Pink #8B4546

Tints of Solid Pink #8B4546

Color information

#8B4546 (or 0x8B4546) is unknown color: approx Solid Pink. HEX triplet: 8B, 45 and 46. RGB value is (139,69,70). Sum of RGB (Red+Green+Blue) = 139+69+70=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4546 is #74BAB9. Grayscale: #5A5A5A. Windows color (decimal): -7649978 or 4605323. OLE color: 4605323.

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

Color convert

RGB1396970-
CMYK00.500.500.45
HSL359.14º33.65%40.78%-
HSV(B)359.14º50.36%54.51%-
XYZ13.8810.197.03-
YUV90.04116.69162.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50%
GREEN value IS 69 (27.34% from 255) = 24.82%
BLUE value IS 70 (27.73% from 255) = 25.18%
R=50%
G=24.82%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139697000.500.500.45359.1433.6540.78
Hex8B4546032322D1672229
Octal21310510606262555474251
Binary10001011100010110001100110010110010101101101100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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