#8B4C53

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

Shades of Solid Pink #8B4C53

Tints of Solid Pink #8B4C53

Color information

#8B4C53 (or 0x8B4C53) is unknown color: approx Solid Pink. HEX triplet: 8B, 4C and 53. RGB value is (139,76,83). Sum of RGB (Red+Green+Blue) = 139+76+83=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C53 is #74B3AC. Grayscale: #5F5F5F. Windows color (decimal): -7648173 or 5459083. OLE color: 5459083.

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

Color convert

RGB1397683-
CMYK00.450.400.45
HSL353.33º29.3%42.16%-
HSV(B)353.33º45.32%54.51%-
XYZ14.7911.289.58-
YUV95.64120.87158.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=46.64%
G=25.50%
B=27.85%

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
Decimal139768300.450.400.45353.3329.342.16
Hex8B4C5302D282D1611d2a
Octal21311412305550555413552
Binary1000101110011001010011010110110100010110110110000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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