#8B5053

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

Shades of Solid Pink #8B5053

Tints of Solid Pink #8B5053

Color information

#8B5053 (or 0x8B5053) is unknown color: approx Solid Pink. HEX triplet: 8B, 50 and 53. RGB value is (139,80,83). Sum of RGB (Red+Green+Blue) = 139+80+83=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5053 is #74AFAC. Grayscale: #626262. Windows color (decimal): -7647149 or 5460107. OLE color: 5460107.

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

Color convert

RGB1398083-
CMYK00.420.400.45
HSL356.95º26.94%42.94%-
HSV(B)356.95º42.45%54.51%-
XYZ15.0811.859.68-
YUV97.98119.55157.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.03%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=46.03%
G=26.49%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139808300.420.400.45356.9526.9442.94
Hex8B505302A282D1651b2b
Octal21312012305250555453353
Binary1000101110100001010011010101010100010110110110010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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