#8B4B53

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

Shades of Solid Pink #8B4B53

Tints of Solid Pink #8B4B53

Color information

#8B4B53 (or 0x8B4B53) is unknown color: approx Solid Pink. HEX triplet: 8B, 4B and 53. RGB value is (139,75,83). Sum of RGB (Red+Green+Blue) = 139+75+83=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 75 (29.69% from 255 or 25.25% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B53 is #74B4AC. Grayscale: #5F5F5F. Windows color (decimal): -7648429 or 5458827. OLE color: 5458827.

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

Color convert

RGB1397583-
CMYK00.460.400.45
HSL352.5º29.91%41.96%-
HSV(B)352.5º46.04%54.51%-
XYZ14.7211.159.56-
YUV95.05121.2159.35-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.80%
GREEN value IS 75 (29.69% from 255) = 25.25%
BLUE value IS 83 (32.81% from 255) = 27.95%
R=46.80%
G=25.25%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139758300.460.400.45352.529.9141.96
Hex8B4B5302E282D1601e2a
Octal21311312305650555403652
Binary1000101110010111010011010111010100010110110110000011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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