#8B4C4E

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

Shades of Solid Pink #8B4C4E

Tints of Solid Pink #8B4C4E

Color information

#8B4C4E (or 0x8B4C4E) is unknown color: approx Solid Pink. HEX triplet: 8B, 4C and 4E. RGB value is (139,76,78). Sum of RGB (Red+Green+Blue) = 139+76+78=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4C4E is #74B3B1. Grayscale: #5F5F5F. Windows color (decimal): -7648178 or 5131403. OLE color: 5131403.

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

Color convert

RGB1397678-
CMYK00.450.440.45
HSL358.1º29.3%42.16%-
HSV(B)358.1º45.32%54.51%-
XYZ14.6111.218.6-
YUV95.06118.37159.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.44%
GREEN value IS 76 (30.08% from 255) = 25.94%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=47.44%
G=25.94%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139767800.450.440.45358.129.342.16
Hex8B4C4E02D2C2D1661d2a
Octal21311411605554555463552
Binary1000101110011001001110010110110110010110110110011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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