#8B5052

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

Shades of Solid Pink #8B5052

Tints of Solid Pink #8B5052

Color information

#8B5052 (or 0x8B5052) is unknown color: approx Solid Pink. HEX triplet: 8B, 50 and 52. RGB value is (139,80,82). Sum of RGB (Red+Green+Blue) = 139+80+82=301 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.18% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5052 is #74AFAD. Grayscale: #616161. Windows color (decimal): -7647150 or 5394571. OLE color: 5394571.

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

Color convert

RGB1398082-
CMYK00.420.410.45
HSL357.97º26.94%42.94%-
HSV(B)357.97º42.45%54.51%-
XYZ15.0411.849.47-
YUV97.87119.05157.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.18%
GREEN value IS 80 (31.64% from 255) = 26.58%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=46.18%
G=26.58%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139808200.420.410.45357.9726.9442.94
Hex8B505202A292D1661b2b
Octal21312012205251555463353
Binary1000101110100001010010010101010100110110110110011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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