#8B464F

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

Shades of Solid Pink #8B464F

Tints of Solid Pink #8B464F

Color information

#8B464F (or 0x8B464F) is unknown color: approx Solid Pink. HEX triplet: 8B, 46 and 4F. RGB value is (139,70,79). Sum of RGB (Red+Green+Blue) = 139+70+79=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B464F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B464F is #74B9B0. Grayscale: #5B5B5B. Windows color (decimal): -7649713 or 5195403. OLE color: 5195403.

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

Color convert

RGB1397079-
CMYK00.500.430.45
HSL352.17º33.01%40.98%-
HSV(B)352.17º49.64%54.51%-
XYZ14.2510.438.66-
YUV91.66120.86161.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.26%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=48.26%
G=24.31%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139707900.500.430.45352.1733.0140.98
Hex8B464F0322B2D1602129
Octal21310611706253555404151
Binary10001011100011010011110110010101011101101101100000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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