#8B4D52

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

Shades of Solid Pink #8B4D52

Tints of Solid Pink #8B4D52

Color information

#8B4D52 (or 0x8B4D52) is unknown color: approx Solid Pink. HEX triplet: 8B, 4D and 52. RGB value is (139,77,82). Sum of RGB (Red+Green+Blue) = 139+77+82=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D52 is #74B2AD. Grayscale: #606060. Windows color (decimal): -7647918 or 5393803. OLE color: 5393803.

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

Color convert

RGB1397782-
CMYK00.450.410.45
HSL355.16º28.7%42.35%-
HSV(B)355.16º44.6%54.51%-
XYZ14.8211.419.4-
YUV96.11120.04158.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 77 (30.47% from 255) = 25.84%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=46.64%
G=25.84%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139778200.450.410.45355.1628.742.35
Hex8B4D5202D292D1631d2a
Octal21311512205551555433552
Binary1000101110011011010010010110110100110110110110001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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