#84595B

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

Shades of Solid Pink #84595B

Tints of Solid Pink #84595B

Color information

#84595B (or 0x84595B) is unknown color: approx Solid Pink. HEX triplet: 84, 59 and 5B. RGB value is (132,89,91). Sum of RGB (Red+Green+Blue) = 132+89+91=312 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.31% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 132 - color contains mainly: red. Hex color #84595B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84595B is #7BA6A4. Grayscale: #666666. Windows color (decimal): -8103589 or 5986692. OLE color: 5986692.

HSL color Cylindrical-coordinate representation of color #84595B: hue angle of 357.21º degrees, saturation: 0.19, 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 #84595B is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB1328991-
CMYK00.330.310.48
HSL357.21º19.46%43.33%-
HSV(B)357.21º32.58%51.76%-
XYZ14.9812.8111.58-
YUV102.08121.75149.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.31%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=42.31%
G=28.53%
B=29.17%

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
Decimal132899100.330.310.48357.2119.4643.33
Hex84595B0211F30165132b
Octal20413113304137605452353
Binary100001001011001101101101000011111111000010110010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84595B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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