#84565A

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

Shades of Solid Pink #84565A

Tints of Solid Pink #84565A

Color information

#84565A (or 0x84565A) is unknown color: approx Solid Pink. HEX triplet: 84, 56 and 5A. RGB value is (132,86,90). Sum of RGB (Red+Green+Blue) = 132+86+90=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #84565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84565A is #7BA9A5. Grayscale: #646464. Windows color (decimal): -8104358 or 5920388. OLE color: 5920388.

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

Color convert

RGB1328690-
CMYK00.350.320.48
HSL354.78º21.1%42.75%-
HSV(B)354.78º34.85%51.76%-
XYZ14.6912.311.27-
YUV100.21122.24150.67-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=42.86%
G=27.92%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132869000.350.320.48354.7821.142.75
Hex84565A0232030163152b
Octal20412613204340605432553
Binary1000010010101101011010010001110000011000010110001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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