#8B5355

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

Shades of Solid Pink #8B5355

Tints of Solid Pink #8B5355

Color information

#8B5355 (or 0x8B5355) is unknown color: approx Solid Pink. HEX triplet: 8B, 53 and 55. RGB value is (139,83,85). Sum of RGB (Red+Green+Blue) = 139+83+85=307 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.28% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5355 is #74ACAA. Grayscale: #646464. Windows color (decimal): -7646379 or 5591947. OLE color: 5591947.

HSL color Cylindrical-coordinate representation of color #8B5355: hue angle of 357.86º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5355 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB1398385-
CMYK00.400.390.45
HSL357.86º25.23%43.53%-
HSV(B)357.86º40.29%54.51%-
XYZ15.3812.3310.16-
YUV99.97119.55155.84-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.28%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 85 (33.59% from 255) = 27.69%
R=45.28%
G=27.04%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139838500.400.390.45357.8625.2343.53
Hex8B5355028272D166192c
Octal21312312505047555463154
Binary1000101110100111010101010100010011110110110110011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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