#8B4E52

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

Shades of Solid Pink #8B4E52

Tints of Solid Pink #8B4E52

Color information

#8B4E52 (or 0x8B4E52) is unknown color: approx Solid Pink. HEX triplet: 8B, 4E and 52. RGB value is (139,78,82). Sum of RGB (Red+Green+Blue) = 139+78+82=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E52 is #74B1AD. Grayscale: #606060. Windows color (decimal): -7647662 or 5394059. OLE color: 5394059.

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

Color convert

RGB1397882-
CMYK00.440.410.45
HSL356.07º28.11%42.55%-
HSV(B)356.07º43.88%54.51%-
XYZ14.8911.559.43-
YUV96.7119.71158.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 78 (30.86% from 255) = 26.09%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=46.49%
G=26.09%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139788200.440.410.45356.0728.1142.55
Hex8B4E5202C292D1641c2b
Octal21311612205451555443453
Binary1000101110011101010010010110010100110110110110010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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