#8B4C54

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

Shades of Solid Pink #8B4C54

Tints of Solid Pink #8B4C54

Color information

#8B4C54 (or 0x8B4C54) is unknown color: approx Solid Pink. HEX triplet: 8B, 4C and 54. RGB value is (139,76,84). Sum of RGB (Red+Green+Blue) = 139+76+84=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C54 is #74B3AB. Grayscale: #5F5F5F. Windows color (decimal): -7648172 or 5524619. OLE color: 5524619.

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

Color convert

RGB1397684-
CMYK00.450.400.45
HSL352.38º29.3%42.16%-
HSV(B)352.38º45.32%54.51%-
XYZ14.8311.39.79-
YUV95.75121.37158.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=46.49%
G=25.42%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139768400.450.400.45352.3829.342.16
Hex8B4C5402D282D1601d2a
Octal21311412405550555403552
Binary1000101110011001010100010110110100010110110110000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,84); }

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

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

 a { background-color: rgb(139,76,84); }

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

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

 span { border-color: rgb(139,76,84); }

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