#8B424B

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

Shades of Solid Pink #8B424B

Tints of Solid Pink #8B424B

Color information

#8B424B (or 0x8B424B) is unknown color: approx Solid Pink. HEX triplet: 8B, 42 and 4B. RGB value is (139,66,75). Sum of RGB (Red+Green+Blue) = 139+66+75=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B424B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B424B is #74BDB4. Grayscale: #585858. Windows color (decimal): -7650741 or 4932235. OLE color: 4932235.

HSL color Cylindrical-coordinate representation of color #8B424B: hue angle of 352.6º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B424B is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB1396675-
CMYK00.530.460.45
HSL352.6º35.61%40.2%-
HSV(B)352.6º52.52%54.51%-
XYZ13.879.897.84-
YUV88.85120.18163.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.64%
GREEN value IS 66 (26.17% from 255) = 23.57%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=49.64%
G=23.57%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139667500.530.460.45352.635.6140.2
Hex8B424B0352E2D1612428
Octal21310211306556555414450
Binary10001011100001010010110110101101110101101101100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,66,75); }

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

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

 a { background-color: rgb(139,66,75); }

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

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

 span { border-color: rgb(139,66,75); }

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