#84525A

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

Shades of Solid Pink #84525A

Tints of Solid Pink #84525A

Color information

#84525A (or 0x84525A) is unknown color: approx Solid Pink. HEX triplet: 84, 52 and 5A. RGB value is (132,82,90). Sum of RGB (Red+Green+Blue) = 132+82+90=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 90 (35.55% from 255 or 29.61% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #84525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84525A is #7BADA5. Grayscale: #616161. Windows color (decimal): -8105382 or 5919364. OLE color: 5919364.

HSL color Cylindrical-coordinate representation of color #84525A: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84525A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1328290-
CMYK00.380.320.48
HSL350.4º23.36%41.96%-
HSV(B)350.4º37.88%51.76%-
XYZ14.3811.6811.17-
YUV97.86123.56152.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 82 (32.42% from 255) = 26.97%
BLUE value IS 90 (35.55% from 255) = 29.61%
R=43.42%
G=26.97%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132829000.380.320.48350.423.3641.96
Hex84525A026203015e172a
Octal20412213204640605362752
Binary1000010010100101011010010011010000011000010101111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84525A; }

 p { color: rgb(132,82,90); }

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

<style>
 a { background-color: #84525A; }

 a { background-color: rgb(132,82,90); }

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

<style>
 span { border-color: #84525A; }

 span { border-color: rgb(132,82,90); }

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