#84585B

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

Shades of Solid Pink #84585B

Tints of Solid Pink #84585B

Color information

#84585B (or 0x84585B) is unknown color: approx Solid Pink. HEX triplet: 84, 58 and 5B. RGB value is (132,88,91). Sum of RGB (Red+Green+Blue) = 132+88+91=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #84585B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84585B is #7BA7A4. Grayscale: #656565. Windows color (decimal): -8103845 or 5986436. OLE color: 5986436.

HSL color Cylindrical-coordinate representation of color #84585B: hue angle of 355.91º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84585B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1328891-
CMYK00.330.310.48
HSL355.91º20%43.14%-
HSV(B)355.91º33.33%51.76%-
XYZ14.8912.6411.55-
YUV101.5122.08149.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 91 (35.94% from 255) = 29.26%
R=42.44%
G=28.30%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132889100.330.310.48355.912043.14
Hex84585B0211F30164142b
Octal20413013304137605442453
Binary100001001011000101101101000011111111000010110010010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84585B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84585B; }

 p { color: rgb(132,88,91); }

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

<style>
 a { background-color: #84585B; }

 a { background-color: rgb(132,88,91); }

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

<style>
 span { border-color: #84585B; }

 span { border-color: rgb(132,88,91); }

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